UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 35b59356 authored by James O'Meara's avatar James O'Meara
Browse files

Remove reintroduction of chart/templates/values.yaml

parent beb848c3
No related branches found
No related tags found
1 merge request!365WIP: Addons/keycloak
Pipeline #205239 passed
apiVersion: v1
kind: Secret
metadata:
name: values
namespace: {{ .Release.Namespace }}
type: generic
stringData:
values.yaml: |
{{ toYaml .Values | indent 4}}
argocd.yaml: |
{{ toYaml .Values.addons.argocd.values | indent 4 }}
authservice.yaml: |
{{ toYaml .Values.addons.authservice.values | indent 4 }}
istio.yaml: |
{{ toYaml .Values.istio.values | indent 4 }}
gatekeeper.yaml: |
{{ toYaml .Values.gatekeeper.values | indent 4 }}
keycloak.yaml: |
{{ toYaml .Values.addons.keycloak.values | indent 4 }}
logging.yaml: |
{{ toYaml .Values.logging.values | indent 4 }}
monitoring.yaml: |
{{ toYaml .Values.monitoring.values | indent 4 }}
twistlock.yaml: |
{{ toYaml .Values.twistlock.values | indent 4 }}
clusterauditor.yaml: |
{{ toYaml .Values.twistlock.values | indent 4 }}
data:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment