Skip to content

Instantly share code, notes, and snippets.

@100mik
Created September 20, 2021 17:27
Show Gist options
  • Save 100mik/be7f0b942aad46cb9b38addef1898ad6 to your computer and use it in GitHub Desktop.
Save 100mik/be7f0b942aad46cb9b38addef1898ad6 to your computer and use it in GitHub Desktop.
---
apiVersion: v1
kind: ConfigMap
metadata:
name: config-1
annotations:
kapp.k14s.io/versioned: ""
data:
foo1: bar
---
apiVersion: v1
kind: ConfigMap
metadata:
name: config-2
annotations:
kapp.k14s.io/versioned: ""
data:
foo1: bar1
---
apiVersion: v1
kind: ConfigMap
metadata:
name: config-3
annotations:
kapp.k14s.io/versioned-explicit-ref: '{ "references": [ { "namespace": "default","kind" : "ConfigMap", "name": "config-1"}, { "namespace": "default","kind" : "ConfigMap", "name": "config-2"} ] }'
data:
foo: bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment