Skip to content

Commit

Permalink
commented imperative section
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiol committed Sep 30, 2024
1 parent 1a4e8b3 commit 20cc9ca
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions values-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ clusterGroup:
isHubCluster: true
namespaces:
#- open-cluster-management
- vault
#- vault
#- golang-external-secrets
#- config-demo
- hello-world
Expand Down Expand Up @@ -74,20 +74,20 @@ clusterGroup:
namespace: hello-world
project: hello-world
path: charts/all/hello-world
imperative:
# NOTE: We *must* use lists and not hashes. As hashes lose ordering once parsed by helm
# The default schedule is every 10 minutes: imperative.schedule
# Total timeout of all jobs is 1h: imperative.activeDeadlineSeconds
# imagePullPolicy is set to always: imperative.imagePullPolicy
# For additional overrides that apply to the jobs, please refer to
# https://hybrid-cloud-patterns.io/imperative-actions/#additional-job-customizations
jobs:
- name: hello-world
# ansible playbook to be run
playbook: common/ansible/playbooks/hello-world/hello-world.yaml
# per playbook timeout in seconds
timeout: 234
# verbosity: "-v"
# imperative:
# # NOTE: We *must* use lists and not hashes. As hashes lose ordering once parsed by helm
# # The default schedule is every 10 minutes: imperative.schedule
# # Total timeout of all jobs is 1h: imperative.activeDeadlineSeconds
# # imagePullPolicy is set to always: imperative.imagePullPolicy
# # For additional overrides that apply to the jobs, please refer to
# # https://hybrid-cloud-patterns.io/imperative-actions/#additional-job-customizations
# jobs:
# - name: hello-world
# # ansible playbook to be run
# playbook: common/ansible/playbooks/hello-world/hello-world.yaml
# # per playbook timeout in seconds
# timeout: 234
# # verbosity: "-v"
managedClusterGroups:
exampleRegion:
name: group-one
Expand Down

0 comments on commit 20cc9ca

Please sign in to comment.