refactor: rename k8s-manifests
directory to manifests
- Rename all `k8s-manifests` subdirectories and files to `manifests`
- Update all file paths in `argocd-init.yml` to reflect the new directory name
π€
This commit is contained in:
parent
1f791c2c8c
commit
73a451ff97
11 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ spec:
|
||||||
source:
|
source:
|
||||||
repoURL: 'https://git.smsvc.net/k8s/baseline.git'
|
repoURL: 'https://git.smsvc.net/k8s/baseline.git'
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: k8s-manifests/
|
path: manifests/
|
||||||
directory:
|
directory:
|
||||||
recurse: true
|
recurse: true
|
||||||
destination:
|
destination:
|
||||||
|
|
Loadingβ¦
Reference in a new issue