mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
9 lines
No EOL
143 B
Text
9 lines
No EOL
143 B
Text
local common = import '../include/common.libsonnet';
|
|
|
|
{
|
|
apiVersion: 'v1',
|
|
kind: 'Namespace',
|
|
metadata: {
|
|
name: common.rootname,
|
|
}
|
|
} |