Skip to content

Commit

Permalink
changed app chart names
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Cotoman authored and Victor Cotoman committed Sep 29, 2023
1 parent 5f52af6 commit a92599a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fluxcd/clusters/poc/dev/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ metadata:
name: app
spec:
interval: 10m
releaseName: dev
releaseName: dummyapp
chart:
spec:
chart: poc
chart: nodejs
sourceRef:
kind: HelmRepository
name: ecr
Expand Down
4 changes: 2 additions & 2 deletions fluxcd/clusters/poc/prod/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ metadata:
name: app
spec:
interval: 10m
releaseName: poc
releaseName: dummyapp
chart:
spec:
chart: poc
chart: nodejs
sourceRef:
kind: HelmRepository
name: ecr
Expand Down

0 comments on commit a92599a

Please sign in to comment.