* Fixes validate_docs for treasuremap * Align the secret encryption/decryption changes of airshipctl * Aligning the manifest changes of airshipctl. * Added HWCC. * Replaced helm-operator with flux-helm * Updated node parameters. Relates-To: #77 Closes: #95 Change-Id: I30408de468ac2794703b95a2afc6191908567816
20 lines
525 B
YAML
20 lines
525 B
YAML
apiVersion: airshipit.org/v1alpha1
|
|
kind: Templater
|
|
metadata:
|
|
name: secret-template
|
|
annotations:
|
|
config.kubernetes.io/function: |
|
|
container:
|
|
image: quay.io/airshipit/templater:latest
|
|
values:
|
|
template: |
|
|
apiVersion: airshipit.org/v1alpha1
|
|
kind: VariableCatalogue
|
|
metadata:
|
|
labels:
|
|
airshipit.org/deploy-k8s: "false"
|
|
name: password-secret
|
|
annotations:
|
|
config.kubernetes.io/path: secrets.yaml
|
|
passwordRandom1: {{ derivePassword 1 "long" (randAscii 10) "user" "example.com" }}
|