Skip to content

Commit

Permalink
Use server side apply
Browse files Browse the repository at this point in the history
  • Loading branch information
p4block authored and Brutus5000 committed Apr 23, 2024
1 parent 061a04a commit d4ad5df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app-set-prod.yaml
Expand Up @@ -26,6 +26,7 @@ spec:
prune: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
sources:
- repoURL: https://github.com/FAForever/gitops-stack.git
targetRevision: HEAD
Expand Down Expand Up @@ -64,6 +65,7 @@ spec:
prune: false
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
sources:
- repoURL: https://github.com/FAForever/gitops-stack.git
targetRevision: HEAD
Expand Down
2 changes: 2 additions & 0 deletions app-set-test.yaml
Expand Up @@ -26,6 +26,7 @@ spec:
prune: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
sources:
- repoURL: https://github.com/FAForever/gitops-stack.git
targetRevision: develop
Expand Down Expand Up @@ -65,6 +66,7 @@ spec:
prune: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
sources:
- repoURL: https://github.com/FAForever/gitops-stack.git
targetRevision: develop
Expand Down

0 comments on commit d4ad5df

Please sign in to comment.