Skip to content

Commit

Permalink
feat: update the streamlit config argocd deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfzy00 committed Aug 5, 2024
1 parent 47b24fe commit 2559139
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions argocd/apps/application-streamlit.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nginx-test
name: streamlit-test
namespace: argocd
labels:
name: nginx-test
name: streamlit-test
annotations: {}
# argocd-image-updater.argoproj.io/image-list: dockerhub-nginx=docker.io/mrfzy00/nginx:lab76
# argocd-image-updater.argoproj.io/dockerhub-nginx.update-strategy: latest
Expand All @@ -13,7 +13,7 @@ spec:
source:
repoURL: https://github.com/rizkyfaza20/api-laravel-test-sre.git
targetRevision: main
path: argocd/streamlit
path: argo-cd/streamlit
helm:
valueFiles:
- "values.yaml"
Expand Down

0 comments on commit 2559139

Please sign in to comment.