Skip to content

Commit

Permalink
chore: jimmying the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Nov 19, 2024
1 parent 70daf27 commit 1217e62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion modules/kubernetes/files/argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,3 @@ configs:
create: true
policy.csv: |
${indent(6, policy)}
repoServer:
2 changes: 2 additions & 0 deletions registry/components/homepage/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ spec:
chart: homepage
repoURL: https://jameswynn.github.io/helm-charts
targetRevision: 2.0.1
plugin:
name: kustomized-helm
helm:
valuesObject:
controller:
Expand Down
4 changes: 2 additions & 2 deletions registry/components/homepage/configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: v1
kind: Secret
kind: ConfigMap
metadata:
name: homepage
namespace: homepage
annotations:
argocd.argoproj.io/sync-wave: "10"
stringData:
data:
bookmarks.yaml: ""
docker.yaml: ""
kubernetes.yaml: |
Expand Down

0 comments on commit 1217e62

Please sign in to comment.