correcting the postRenderers

This commit is contained in:
2024-06-12 03:28:44 +10:00
parent c8742a8ebe
commit 200f877356
2 changed files with 17 additions and 5 deletions

View File

@@ -18,10 +18,15 @@ spec:
substituteFrom:
- kind: ConfigMap
name: ingress-nginx-values
postRenderers:
- kustomze:
patches:
- target:
patches:
- target:
kind: HelmRelease
name: ingress-nginx
patch: |
- op: add
path: /sepc/postRenderers/[0]/kustomize/patches/-
value:
target:
kind: Service
name: ingress-nginx-controller
patch: |
@@ -33,7 +38,10 @@ spec:
port: 9000
protocol: TCP
targetPort: 9000
- target:
- op: add
path: /sepc/postRenderers/[0]/kustomize/patches/-
value:
target:
kind: Deployment
name: ingress-nginx-controller
patch: |

View File

@@ -97,3 +97,7 @@ spec:
value: "8192"
podLabels:
rpi5.cluster.policy/ingress-namespace: "true"
postRenderers:
- kustomze:
patches: []