Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kydq2022 committed Aug 28, 2023
1 parent 7de5b74 commit 4605e96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion argocd/helm-techtrends-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
source:
helm:
valueFiles:
- values-staging.yaml
- values-prod.yaml
path: helm
repoURL: https://github.com/kydq2022/cloud-native-application-architecture-p1
targetRevision: HEAD
2 changes: 1 addition & 1 deletion argocd/helm-techtrends-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
source:
helm:
valueFiles:
- values-prod.yaml
- values-staging.yaml
path: helm
repoURL: https://github.com/kydq2022/cloud-native-application-architecture-p1
targetRevision: HEAD
1 change: 1 addition & 0 deletions helm/templates/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: techtrends
namespace: {{ .Values.namespace.name }}
labels:
app: techtrends
spec:
Expand Down

0 comments on commit 4605e96

Please sign in to comment.