airshipctl/manifests/function/generatesecrets-example/kustomization.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

6 lines
118 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- passphrases.yaml
- certificates.yaml