Skip to content
Snippets Groups Projects
Unverified Commit 457d6c0a authored by Varac's avatar Varac
Browse files

Add wekan secret

parent 76c74a98
No related branches found
No related tags found
No related merge requests found
apiVersion: v1
kind: Secret
metadata:
name: oas-wekan-variables
data:
mongodb-password: "{{ include "getOrGeneratePass" (dict "Namespace" .Release.Namespace "Kind" "Secret" "Name" "oas-wekan-variables" "Key" "mongodb_password") }}"
mongodb-root-password: "{{ include "getOrGeneratePass" (dict "Namespace" .Release.Namespace "Kind" "Secret" "Name" "oas-wekan-variables" "Key" "mongodb_root_password") }}"
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