mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
11 lines
154 B
Text
11 lines
154 B
Text
{
|
|
apiVersion: 'v1',
|
|
kind: 'ConfigMap',
|
|
metadata: {
|
|
name: 'my-map',
|
|
},
|
|
data: {
|
|
foo: std.extVar('foo'),
|
|
bar: std.extVar('bar'),
|
|
}
|
|
}
|