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
5 changes: 5 additions & 0 deletions apps/appsets/appset-understack-global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ spec:
namespace: '{{coalesce (get . "componentNamespace") .component}}'
syncPolicy:
automated:
# auto-sync is enabled
enabled: true
# prune resources no longer present in the application during sync
prune: true
# sync should be run if a change is detected in the resource objects
selfHeal: true
syncOptions:
# Create the namespace we are using if it doesn't already exist.
Expand Down
5 changes: 5 additions & 0 deletions apps/appsets/appset-understack-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ spec:
namespace: '{{coalesce (get . "componentNamespace") .component}}'
syncPolicy:
automated:
# auto-sync is enabled
enabled: true
# prune resources no longer present in the application during sync
prune: true
# sync should be run if a change is detected in the resource objects
selfHeal: true
syncOptions:
# Create the namespace we are using if it doesn't already exist.
Expand Down
5 changes: 5 additions & 0 deletions apps/appsets/appset-understack-openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ spec:
namespace: openstack
syncPolicy:
automated:
# auto-sync is enabled
enabled: true
# prune resources no longer present in the application during sync
prune: true
# sync should be run if a change is detected in the resource objects
selfHeal: true
syncOptions:
# Use the server side apply behavior of kubernetes for resources, we've got the
Expand Down
5 changes: 5 additions & 0 deletions apps/appsets/appset-understack-operators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ spec:
namespace: '{{coalesce (get . "componentNamespace") .component}}'
syncPolicy:
automated:
# auto-sync is enabled
enabled: true
# prune resources no longer present in the application during sync
prune: true
# sync should be run if a change is detected in the resource objects
selfHeal: true
syncOptions:
# Create the namespace we are using if it doesn't already exist.
Expand Down
5 changes: 5 additions & 0 deletions apps/appsets/appset-understack-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ spec:
namespace: '{{coalesce (get . "componentNamespace") .component}}'
syncPolicy:
automated:
# auto-sync is enabled
enabled: true
# prune resources no longer present in the application during sync
prune: true
# sync should be run if a change is detected in the resource objects
selfHeal: true
syncOptions:
# Create the namespace we are using if it doesn't already exist.
Expand Down
Loading