UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit a880dd9f authored by Ronnie Webb's avatar Ronnie Webb
Browse files

deleteing twistlock secrets

parent 8ba53222
No related branches found
No related tags found
Loading
Pipeline #481445 passed
{{- if and .Values.twistlock.enabled .Values.twistlock.sso.enabled .Values.sso.certificate_authority }}
apiVersion: v1
kind: Secret
metadata:
name: {{ .Values.sso.secretName }}
namespace: twistlock
type: Opaque
data:
ca.pem: {{ .Values.sso.certificate_authority | b64enc }}
{{- end }}
\ No newline at end of file
......@@ -75,7 +75,7 @@ sso:
auth_url: "https://{{ .Values.sso.oidc.host }}/auth/realms/{{ .Values.sso.oidc.realm }}/protocol/openid-connect/auth"
# -- Kubernetes Secret containing the sso.certificate_authority value for SSO enabled application namespaces
secretName: "tls-ca-sso"
secretName: ""
# -- (Advanced) Flux reconciliation parameters.
# The default values provided will be sufficient for the majority of workloads.
......@@ -465,6 +465,7 @@ twistlock:
# -- Post Renderers. See docs/postrenders.md
postRenderers: []
#
# ----------------------------------------------------------------------------------------------------------------------
#
......
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