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 b80180a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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
2 changes: 1 addition & 1 deletion registry/components/homepage/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- all.yaml
- application.yaml
- configmap.yaml
- namespace.yaml
patches:
Expand Down

0 comments on commit b80180a

Please sign in to comment.