Skip to content

Instantly share code, notes, and snippets.

@selcukusta
Created November 28, 2019 11:32
Show Gist options
  • Select an option

  • Save selcukusta/2acdd48bf73ffbcdd1ba7830d4822028 to your computer and use it in GitHub Desktop.

Select an option

Save selcukusta/2acdd48bf73ffbcdd1ba7830d4822028 to your computer and use it in GitHub Desktop.
apiVersion: selcukusta.com/v1alpha1
kind: NetCoreConfigManagement
metadata:
name: example-netcoreconfigmanagement
spec:
linkedDeployments:
- sampleapp-dep
config:
configMapName: sampleconfig
configMapKey: appsettings.Kubernetes.json
configMapValue: |
{
"ConfigMapOptions": {
"Hello": "Neptune!"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment