fixing namespace

This commit is contained in:
2024-06-11 00:05:40 +10:00
parent 086440e384
commit 0155262061
2 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: cert-manager
namespace: cert-manager
namespace: flux-system
spec:
interval: 1h
targetNamespace: cert-manager
@@ -38,7 +38,7 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: cert-manager-issuers
namespace: cert-manager
namespace: flux-system
spec:
interval: 1h
targetNamespace: cert-manager
@@ -50,7 +50,7 @@ spec:
name: flux-system
dependsOn:
- name: cert-manager-secrets
- name: cert-manager
- name: flux-system
postBuild:
substituteFrom:
- kind: Secret

View File

@@ -2,7 +2,7 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: podinfo
namespace: podinfo
namespace: flux-system
spec:
interval: 1h
path: ./kubernetes/apps/podinfo