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