Skip to content

Commit

Permalink
codegen
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
  • Loading branch information
crenshaw-dev committed Jun 17, 2024
1 parent 64d186e commit 68ce80f
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 0 deletions.
12 changes: 12 additions & 0 deletions manifests/core-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21219,6 +21219,12 @@ spec:
key: applicationsetcontroller.enable.scm.providers
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_ACCEPT_PROTOBUF_CONTENTTYPE_ENABLED
valueFrom:
configMapKeyRef:
key: accept.protobuf.contenttype.enabled
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
imagePullPolicy: Always
name: argocd-applicationset-controller
Expand Down Expand Up @@ -21874,6 +21880,12 @@ spec:
key: controller.ignore.normalizer.jq.timeout
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_ACCEPT_PROTOBUF_CONTENTTYPE_ENABLED
valueFrom:
configMapKeyRef:
key: accept.protobuf.contenttype.enabled
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
imagePullPolicy: Always
name: argocd-application-controller
Expand Down
30 changes: 30 additions & 0 deletions manifests/ha/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22582,6 +22582,12 @@ spec:
key: applicationsetcontroller.enable.scm.providers
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_ACCEPT_PROTOBUF_CONTENTTYPE_ENABLED
valueFrom:
configMapKeyRef:
key: accept.protobuf.contenttype.enabled
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
imagePullPolicy: Always
name: argocd-applicationset-controller
Expand Down Expand Up @@ -22676,6 +22682,12 @@ spec:
key: dexserver.disable.tls
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_ACCEPT_PROTOBUF_CONTENTTYPE_ENABLED
valueFrom:
configMapKeyRef:
key: accept.protobuf.contenttype.enabled
name: argocd-cmd-params-cm
optional: true
image: ghcr.io/dexidp/dex:v2.38.0
imagePullPolicy: Always
name: dex
Expand Down Expand Up @@ -22787,6 +22799,12 @@ spec:
key: notificationscontroller.selfservice.enabled
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_ACCEPT_PROTOBUF_CONTENTTYPE_ENABLED
valueFrom:
configMapKeyRef:
key: accept.protobuf.contenttype.enabled
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
imagePullPolicy: Always
livenessProbe:
Expand Down Expand Up @@ -23525,6 +23543,12 @@ spec:
key: server.api.content.types
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_ACCEPT_PROTOBUF_CONTENTTYPE_ENABLED
valueFrom:
configMapKeyRef:
key: accept.protobuf.contenttype.enabled
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
imagePullPolicy: Always
livenessProbe:
Expand Down Expand Up @@ -23819,6 +23843,12 @@ spec:
key: controller.ignore.normalizer.jq.timeout
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_ACCEPT_PROTOBUF_CONTENTTYPE_ENABLED
valueFrom:
configMapKeyRef:
key: accept.protobuf.contenttype.enabled
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
imagePullPolicy: Always
name: argocd-application-controller
Expand Down
30 changes: 30 additions & 0 deletions manifests/ha/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1668,6 +1668,12 @@ spec:
key: applicationsetcontroller.enable.scm.providers
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_ACCEPT_PROTOBUF_CONTENTTYPE_ENABLED
valueFrom:
configMapKeyRef:
key: accept.protobuf.contenttype.enabled
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
imagePullPolicy: Always
name: argocd-applicationset-controller
Expand Down Expand Up @@ -1762,6 +1768,12 @@ spec:
key: dexserver.disable.tls
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_ACCEPT_PROTOBUF_CONTENTTYPE_ENABLED
valueFrom:
configMapKeyRef:
key: accept.protobuf.contenttype.enabled
name: argocd-cmd-params-cm
optional: true
image: ghcr.io/dexidp/dex:v2.38.0
imagePullPolicy: Always
name: dex
Expand Down Expand Up @@ -1873,6 +1885,12 @@ spec:
key: notificationscontroller.selfservice.enabled
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_ACCEPT_PROTOBUF_CONTENTTYPE_ENABLED
valueFrom:
configMapKeyRef:
key: accept.protobuf.contenttype.enabled
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
imagePullPolicy: Always
livenessProbe:
Expand Down Expand Up @@ -2611,6 +2629,12 @@ spec:
key: server.api.content.types
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_ACCEPT_PROTOBUF_CONTENTTYPE_ENABLED
valueFrom:
configMapKeyRef:
key: accept.protobuf.contenttype.enabled
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
imagePullPolicy: Always
livenessProbe:
Expand Down Expand Up @@ -2905,6 +2929,12 @@ spec:
key: controller.ignore.normalizer.jq.timeout
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_ACCEPT_PROTOBUF_CONTENTTYPE_ENABLED
valueFrom:
configMapKeyRef:
key: accept.protobuf.contenttype.enabled
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
imagePullPolicy: Always
name: argocd-application-controller
Expand Down
30 changes: 30 additions & 0 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21677,6 +21677,12 @@ spec:
key: applicationsetcontroller.enable.scm.providers
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_ACCEPT_PROTOBUF_CONTENTTYPE_ENABLED
valueFrom:
configMapKeyRef:
key: accept.protobuf.contenttype.enabled
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
imagePullPolicy: Always
name: argocd-applicationset-controller
Expand Down Expand Up @@ -21771,6 +21777,12 @@ spec:
key: dexserver.disable.tls
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_ACCEPT_PROTOBUF_CONTENTTYPE_ENABLED
valueFrom:
configMapKeyRef:
key: accept.protobuf.contenttype.enabled
name: argocd-cmd-params-cm
optional: true
image: ghcr.io/dexidp/dex:v2.38.0
imagePullPolicy: Always
name: dex
Expand Down Expand Up @@ -21882,6 +21894,12 @@ spec:
key: notificationscontroller.selfservice.enabled
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_ACCEPT_PROTOBUF_CONTENTTYPE_ENABLED
valueFrom:
configMapKeyRef:
key: accept.protobuf.contenttype.enabled
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
imagePullPolicy: Always
livenessProbe:
Expand Down Expand Up @@ -22569,6 +22587,12 @@ spec:
key: server.api.content.types
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_ACCEPT_PROTOBUF_CONTENTTYPE_ENABLED
valueFrom:
configMapKeyRef:
key: accept.protobuf.contenttype.enabled
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
imagePullPolicy: Always
livenessProbe:
Expand Down Expand Up @@ -22863,6 +22887,12 @@ spec:
key: controller.ignore.normalizer.jq.timeout
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_ACCEPT_PROTOBUF_CONTENTTYPE_ENABLED
valueFrom:
configMapKeyRef:
key: accept.protobuf.contenttype.enabled
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
imagePullPolicy: Always
name: argocd-application-controller
Expand Down
30 changes: 30 additions & 0 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,12 @@ spec:
key: applicationsetcontroller.enable.scm.providers
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_ACCEPT_PROTOBUF_CONTENTTYPE_ENABLED
valueFrom:
configMapKeyRef:
key: accept.protobuf.contenttype.enabled
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
imagePullPolicy: Always
name: argocd-applicationset-controller
Expand Down Expand Up @@ -857,6 +863,12 @@ spec:
key: dexserver.disable.tls
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_ACCEPT_PROTOBUF_CONTENTTYPE_ENABLED
valueFrom:
configMapKeyRef:
key: accept.protobuf.contenttype.enabled
name: argocd-cmd-params-cm
optional: true
image: ghcr.io/dexidp/dex:v2.38.0
imagePullPolicy: Always
name: dex
Expand Down Expand Up @@ -968,6 +980,12 @@ spec:
key: notificationscontroller.selfservice.enabled
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_ACCEPT_PROTOBUF_CONTENTTYPE_ENABLED
valueFrom:
configMapKeyRef:
key: accept.protobuf.contenttype.enabled
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
imagePullPolicy: Always
livenessProbe:
Expand Down Expand Up @@ -1655,6 +1673,12 @@ spec:
key: server.api.content.types
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_ACCEPT_PROTOBUF_CONTENTTYPE_ENABLED
valueFrom:
configMapKeyRef:
key: accept.protobuf.contenttype.enabled
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
imagePullPolicy: Always
livenessProbe:
Expand Down Expand Up @@ -1949,6 +1973,12 @@ spec:
key: controller.ignore.normalizer.jq.timeout
name: argocd-cmd-params-cm
optional: true
- name: ARGOCD_ACCEPT_PROTOBUF_CONTENTTYPE_ENABLED
valueFrom:
configMapKeyRef:
key: accept.protobuf.contenttype.enabled
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
imagePullPolicy: Always
name: argocd-application-controller
Expand Down

0 comments on commit 68ce80f

Please sign in to comment.