Last active
June 30, 2020 12:30
-
-
Save surajssd/df8f8fad3a0f03910d27c9e302e3830c to your computer and use it in GitHub Desktop.
foobar
This file contains 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: v2 | |
name: foo | |
version: 1.0.0 | |
description: foo | |
keywords: | |
- foo |
This file contains 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: v1 | |
kind: Namespace | |
metadata: | |
name: {{.Values.ns1}} | |
--- | |
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: {{.Values.ns2}} |
This file contains 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
ns1: ns1 | |
ns2: ns2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment