Skip to content

Instantly share code, notes, and snippets.

@cvarjao
Created November 27, 2019 03:32
Show Gist options
  • Save cvarjao/8f5f69a1a9467f3931a6dfe1ea9b82c3 to your computer and use it in GitHub Desktop.
Save cvarjao/8f5f69a1a9467f3931a6dfe1ea9b82c3 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Template
parameters:
- name: USERNAME
- name: PASSWORD
objects:
- apiVersion: "v1"
kind: "Secret"
metadata:
name: my-secret
stringData:
composed: "${USERNAME}:${PASSWORD}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment