github.com/replicatedhq/ship@v0.55.0/integration/init/forgeops/expected/.ship/upstream/templates/secrets.yaml (about) 1 # Copyright (c) 2016-2017 ForgeRock AS. Use of this source code is subject to the 2 # Common Development and Distribution License (CDDL) that can be found in the LICENSE file 3 # Secrets for OpenAM stack deployment. This will be mounted on all containers so they can get their 4 # passwords, etc. 5 {{ if .Values.useDefaultSecrets }} 6 apiVersion: v1 7 kind: Secret 8 metadata: 9 name: {{ .Values.instance }} 10 type: Opaque 11 data: 12 {{ (.Files.Glob "secrets/*").AsSecrets| indent 2 }} 13 {{ end }}