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
2 changes: 1 addition & 1 deletion .github/workflows/sync-rhdp-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
persist-credentials: false
- name: Set up Node
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version: 20
- name: Opening pull request
Expand Down
2 changes: 1 addition & 1 deletion charts/all/config-demo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ secretStore:

configdemosecret:
key: secret/data/global/config-demo
refreshInterval: 5m0s
refreshInterval: 2m0s

global:
hubClusterDomain: hub.example.com
Expand Down
7 changes: 6 additions & 1 deletion values-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ clusterGroup:
external-secrets-operator:
operatorGroup: true
targetNamespaces: []
external-secrets:
config-demo:
hello-world:
subscriptions: {}
subscriptions:
eso:
name: openshift-external-secrets-operator
namespace: external-secrets-operator
channel: stable-v1
argoProjects:
- hub
- config-demo
Expand Down
Loading