generated from phoenix-oss/tenant-tpl
added suffix for path. Flux couldnt find Ks file
This commit is contained in:
parent
3f1180edae
commit
add151c934
4 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ spec:
|
|||
commonMetadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: *app
|
||||
path: ./nginx
|
||||
path: ./nginx/
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
|
|
|
@ -7,7 +7,7 @@ spec:
|
|||
commonMetadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: *app
|
||||
path: ./pvc
|
||||
path: ./pvc/
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
|
|
|
@ -7,7 +7,7 @@ spec:
|
|||
commonMetadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: *app
|
||||
path: ./dv
|
||||
path: ./dv/
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
|
|
|
@ -7,7 +7,7 @@ spec:
|
|||
commonMetadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: *app
|
||||
path: ./flavor
|
||||
path: ./flavor/
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue