Created
September 1, 2019 02:10
-
-
Save WoodProgrammer/b6809c5f45053c2f003af1a0315c6e35 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: apiextensions.k8s.io/v1beta1 | |
| kind: CustomResourceDefinition | |
| metadata: | |
| name: cloudsecrets.woodprogrammer.cloudops.local | |
| spec: | |
| group: woodprogrammer.cloudops.local | |
| version: v1 | |
| scope: Namespaced | |
| names: | |
| plural: cloudsecrets | |
| singular: cloudsecret | |
| kind: CloudSecret | |
| shortNames: | |
| - cs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment