You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
487 B
19 lines
487 B
apiVersion: v1
|
|
data:
|
|
configManagementPlugins: |
|
|
- name: cdk8s
|
|
init:
|
|
command: ["bash"]
|
|
args: ["-c", "pipenv install && cdk8s import -l python && cdk8s synth"]
|
|
generate:
|
|
command: ["bash"]
|
|
args: ["-c", "cat dist/*"]
|
|
kind: ConfigMap
|
|
metadata:
|
|
annotations:
|
|
labels:
|
|
app.kubernetes.io/name: argocd-cm
|
|
app.kubernetes.io/part-of: argocd
|
|
name: argocd-cm
|
|
namespace: argocd
|
|
selfLink: /api/v1/namespaces/argocd/configmaps/argocd-cm
|
|
|