-
-
Save KyMidd/2598a6e5821a5a05ec5db79afc719840 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: apps/v1 | |
| kind: Deployment | |
| metadata: | |
| name: secrets-testing | |
| namespace: init | |
| labels: | |
| app: secrets-testing | |
| spec: | |
| replicas: 1 | |
| selector: | |
| matchLabels: | |
| app: secrets-testing | |
| template: | |
| metadata: | |
| name: secrets-testing | |
| labels: | |
| app: secrets-testing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment