1
0
Fork 0
kubernetes/step-ca/kustomization.yaml

29 lines
433 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: step-ca
resources:
- namespace.yaml
- step-ca.yaml
configMapGenerator:
- name: step-ca-config
files:
- ca.json
- name: step-ca-certs
files:
- root_ca.crt
- intermediate_ca.crt
- ssh_host_ca_key.pub
- ssh_user_ca_key.pub
secretGenerator:
- name: step-ca
files:
- intermediate_ca.key
- password
- ssh_host_ca_key
- ssh_user_ca_key