...

Text file src/github.com/GoogleCloudPlatform/k8s-config-connector/config/cloudcodesnippets/secretmanager_v1beta1_secretmanagersecret.yaml

Documentation: github.com/GoogleCloudPlatform/k8s-config-connector/config/cloudcodesnippets

     1label: Config Connector SecretManagerSecret
     2markdownDescription: Creates yaml for a SecretManagerSecret resource
     3insertText: |
     4  apiVersion: secretmanager.cnrm.cloud.google.com/v1beta1
     5  kind: SecretManagerSecret
     6  metadata:
     7    labels:
     8      \${1:replication-type}: \${2:automatic}
     9    name: \${3:secretmanagersecret-name}
    10  spec:
    11    replication:
    12      automatic: \${4:true}

View as plain text