mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 18:22:54 +02:00
Revert "Set global.security.allowInsecureImages to true"
This reverts commit 8718575a2c.
This commit is contained in:
@@ -19,9 +19,6 @@ spec:
|
|||||||
targetRevision: 0.9.3 # Chart version! https://argo-cd.readthedocs.io/en/latest/user-guide/application-specification/
|
targetRevision: 0.9.3 # Chart version! https://argo-cd.readthedocs.io/en/latest/user-guide/application-specification/
|
||||||
helm:
|
helm:
|
||||||
values: |
|
values: |
|
||||||
global:
|
|
||||||
security:
|
|
||||||
allowInsecureImages: true
|
|
||||||
env:
|
env:
|
||||||
REDIS_HOSTNAME: '{{ printf "%s-redis-master" .Release.Name }}'
|
REDIS_HOSTNAME: '{{ printf "%s-redis-master" .Release.Name }}'
|
||||||
DB_HOSTNAME: "{{ .Release.Name }}-postgresql"
|
DB_HOSTNAME: "{{ .Release.Name }}-postgresql"
|
||||||
|
|||||||
Reference in New Issue
Block a user