Skip to content

Commit

Permalink
fix: typo in cm key
Browse files Browse the repository at this point in the history
  • Loading branch information
josmo committed Feb 12, 2024
1 parent 4775f23 commit 8ebae6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitops/base-install/argocd/overlays/argocd-cm-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: argocd-cm
data:
kustomize.buildOptions: "--enable-alpha-plugins --enable-exec"
exec.enabaled: "true"
exec.enabled: "true"
url: "https://ARGOCD_SERVER_HOST"
resource.customizations.ignoreDifferences.admissionregistration.k8s.io_MutatingWebhookConfiguration: |
jqPathExpressions:
Expand Down

0 comments on commit 8ebae6d

Please sign in to comment.