Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
134 changes: 0 additions & 134 deletions Jenkinsfile.bak

This file was deleted.

6 changes: 3 additions & 3 deletions deploy/apibuilder-api/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ spec:
- ApplyOutOfSyncOnly=true # Only sync out-of-sync resources
- ServerSideApply=true # Use server-side apply
- PruneLast=true # Prune after successful sync
#automated:
# prune: true
# selfHeal: true
automated:
prune: true
selfHeal: true
6 changes: 3 additions & 3 deletions deploy/apibuilder-app/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ spec:
- ApplyOutOfSyncOnly=true # Only sync out-of-sync resources
- ServerSideApply=true # Use server-side apply
- PruneLast=true # Prune after successful sync
#automated:
# prune: true
# selfHeal: true
automated:
prune: true
selfHeal: true
Loading