We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa937e commit 0dca313Copy full SHA for 0dca313
argocd-application.yaml
@@ -8,14 +8,14 @@ metadata:
8
spec:
9
project: default
10
source:
11
- repoURL: https://github.com/your-username/soundwave.git
12
- targetRevision: HEAD
+ repoURL: git@github.com:dipperpinees/soundwave.git
+ targetRevision: master
13
path: .
14
helm:
15
valueFiles:
16
- values.yaml
17
destination:
18
- server: https://kubernetes.default.svc
+ server: https://34.124.161.147:6443
19
namespace: soundwave
20
syncPolicy:
21
automated:
0 commit comments