airshipctl/manifests/function/generatesecrets-example/certificates.yaml
guhaneswaran20 bfe88fda56 Introducing secret generation template
This patchset contains the function-manifests containing the template
to generate secrets. The secrets include both certificates and
passphrases.

Change-Id: Ie26fac9fe7f3918c8ebb746259d1d9bc0b423489
2021-01-05 19:50:42 +05:30

21 lines
416 B
YAML

apiVersion: airshipit.org/v1alpha1
kind: VariableCatalogue
metadata:
# NOTE: change this when copying this example
name: certificates-example
labels:
airshipit.org/deploy-k8s: "false"
generate:
certificates:
ca-cert:
namespace: dummy
cn: kubernetes
validity: 20
ca-cert-key:
deployk8s: true
keyEncoding: "rsa"
namespace: test
cn: k8
validity: 365