Skip to content

Instantly share code, notes, and snippets.

@tasdemirbahadir
Last active January 14, 2020 13:26
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 tasdemirbahadir/791fa1fb07d521d87c55e237f49c3654 to your computer and use it in GitHub Desktop.
Save tasdemirbahadir/791fa1fb07d521d87c55e237f49c3654 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: ConfigMap
metadata:
name: ${CI_PROJECT_NAME}-config
namespace: mpc
data:
config.sample.url: 'http://sample-url.com'
apiVersion: v1
kind: Secret
metadata:
name: ${CI_PROJECT_NAME}-secret
namespace: mpc
data:
secret.sample.password: <base64-encoded-password-value>
apiVersion: v1
kind: ConfigMap
metadata:
name: ${CI_PROJECT_NAME}-toggle
namespace: mpc
data:
toggle.sample.switch: 'true'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment