Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b65cd431cd |
@ -6,7 +6,7 @@ metadata:
|
|||||||
name: letsencrypt
|
name: letsencrypt
|
||||||
spec:
|
spec:
|
||||||
acme:
|
acme:
|
||||||
email: fabrice@open-it.io
|
email: contact@webofmars.com
|
||||||
server: https://acme-v02.api.letsencrypt.org/directory
|
server: https://acme-v02.api.letsencrypt.org/directory
|
||||||
privateKeySecretRef:
|
privateKeySecretRef:
|
||||||
name: letsencrypt
|
name: letsencrypt
|
||||||
|
|||||||
@ -28,7 +28,7 @@ kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/st
|
|||||||
* Apply the default project manifest :
|
* Apply the default project manifest :
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
kubectl apply -n argocd -f https://raw.githubusercontent.com/webofmars/argocd-base/main/0_default-project.yaml
|
kubectl apply -n argocd -f https://git.open-it.io/fabrice/argocd-base/raw/branch/master/0_default-project.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
* Apply the app of apps manifest :
|
* Apply the app of apps manifest :
|
||||||
@ -46,7 +46,7 @@ spec:
|
|||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
path: ./
|
path: ./
|
||||||
repoURL: https://github.com/webofmars/argocd-base
|
repoURL: https://git.open-it.io/fabrice/argocd-base
|
||||||
targetRevision: v1.0.0
|
targetRevision: v1.0.0
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
syncOptions:
|
syncOptions:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user