Skip to content

Instantly share code, notes, and snippets.

@tasdemirbahadir
Last active April 21, 2020 14:12
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/7938d7591f3aeecc28e156f1deb9b70b to your computer and use it in GitHub Desktop.
Save tasdemirbahadir/7938d7591f3aeecc28e156f1deb9b70b to your computer and use it in GitHub Desktop.
Demonstrates a sample for configs.yml
apiVersion: v1
kind: ConfigMap
metadata:
name: ${CI_PROJECT_NAME}-config
namespace: namespace
data:
FEATURE_TOGGLE_NOTIFICATION: 'false'
VERSION_DOCUMENT_UPLOAD: 'v2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment