diff --git a/templates/sken.yaml b/templates/sken.yaml new file mode 100644 index 0000000..756ccb2 --- /dev/null +++ b/templates/sken.yaml @@ -0,0 +1,8 @@ +apiVersion: v1 +stringData: + access-token: {{ .Values.argo_keycloak_clientSecret }} +kind: Secret +metadata: + name: sken + namespace: argo-cd +type: Opaque \ No newline at end of file