bfe88fda56
This patchset contains the function-manifests containing the template to generate secrets. The secrets include both certificates and passphrases. Change-Id: Ie26fac9fe7f3918c8ebb746259d1d9bc0b423489
21 lines
416 B
YAML
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
|
|
|