Prefer patches to patchesJson6902
This commit is contained in:
parent
c2d4e3f7e7
commit
a31677ff0a
|
@ -28,7 +28,7 @@ helmCharts:
|
||||||
database: default
|
database: default
|
||||||
postgresPassword: testme
|
postgresPassword: testme
|
||||||
|
|
||||||
patchesJson6902:
|
patches:
|
||||||
# Patch the ingress-nginx deployment to allow it to use a service with a
|
# Patch the ingress-nginx deployment to allow it to use a service with a
|
||||||
# namePrefix. See https://github.com/kubernetes/ingress-nginx/issues/2599#issuecomment-601170289.
|
# namePrefix. See https://github.com/kubernetes/ingress-nginx/issues/2599#issuecomment-601170289.
|
||||||
- target:
|
- target:
|
||||||
|
|
|
@ -33,7 +33,7 @@ secretGenerator:
|
||||||
files:
|
files:
|
||||||
- secrets/exporter-password
|
- secrets/exporter-password
|
||||||
|
|
||||||
patchesJson6902:
|
patches:
|
||||||
# Patch the ingress-nginx deployment to allow it to use a service with a
|
# Patch the ingress-nginx deployment to allow it to use a service with a
|
||||||
# namePrefix. See https://github.com/kubernetes/ingress-nginx/issues/2599#issuecomment-601170289.
|
# namePrefix. See https://github.com/kubernetes/ingress-nginx/issues/2599#issuecomment-601170289.
|
||||||
- target:
|
- target:
|
||||||
|
|
Loading…
Reference in New Issue