Skip to content

Instantly share code, notes, and snippets.

@surajssd
Last active June 30, 2020 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save surajssd/df8f8fad3a0f03910d27c9e302e3830c to your computer and use it in GitHub Desktop.
Save surajssd/df8f8fad3a0f03910d27c9e302e3830c to your computer and use it in GitHub Desktop.
foobar
apiVersion: v2
name: foo
version: 1.0.0
description: foo
keywords:
- foo
apiVersion: v1
kind: Namespace
metadata:
name: {{.Values.ns1}}
---
apiVersion: v1
kind: Namespace
metadata:
name: {{.Values.ns2}}
ns1: ns1
ns2: ns2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment