Skip to content

Commit

Permalink
Update common and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Jackson committed Feb 2, 2024
1 parent ece238e commit 38d87dd
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ data:
useCSV: false
pattern: mypattern
repoURL: https://github.com/pattern-clone/mypattern
secretStore:
backend: vault
targetRevision: main
main:
clusterGroupName: hub
Expand Down
2 changes: 2 additions & 0 deletions tests/common-clustergroup-industrial-edge-hub.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ data:
useCSV: false
pattern: mypattern
repoURL: https://github.com/pattern-clone/mypattern
secretStore:
backend: vault
targetRevision: main
main:
clusterGroupName: hub
Expand Down
2 changes: 2 additions & 0 deletions tests/common-clustergroup-medical-diagnosis-hub.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ data:
useCSV: false
pattern: mypattern
repoURL: https://github.com/pattern-clone/mypattern
secretStore:
backend: vault
targetRevision: main
main:
clusterGroupName: hub
Expand Down
2 changes: 2 additions & 0 deletions tests/common-clustergroup-naked.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ data:
syncPolicy: Automatic
useCSV: true
pattern: common
secretStore:
backend: vault
targetRevision: main
secretStore:
kind: ClusterSecretStore
Expand Down
2 changes: 2 additions & 0 deletions tests/common-clustergroup-normal.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@ data:
useCSV: false
pattern: mypattern
repoURL: https://github.com/pattern-clone/mypattern
secretStore:
backend: vault
targetRevision: main
main:
clusterGroupName: hub
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9225,7 +9225,7 @@ spec:
secret:
secretName: common-golang-external-secrets-webhook
---
# Source: golang-external-secrets/templates/golang-external-secrets-hub-secretstore.yaml
# Source: golang-external-secrets/templates/vault/golang-external-secrets-hub-secretstore.yaml
apiVersion: external-secrets.io/v1beta1
kind: ClusterSecretStore
metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9225,7 +9225,7 @@ spec:
secret:
secretName: common-golang-external-secrets-webhook
---
# Source: golang-external-secrets/templates/golang-external-secrets-hub-secretstore.yaml
# Source: golang-external-secrets/templates/vault/golang-external-secrets-hub-secretstore.yaml
apiVersion: external-secrets.io/v1beta1
kind: ClusterSecretStore
metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9225,7 +9225,7 @@ spec:
secret:
secretName: common-golang-external-secrets-webhook
---
# Source: golang-external-secrets/templates/golang-external-secrets-hub-secretstore.yaml
# Source: golang-external-secrets/templates/vault/golang-external-secrets-hub-secretstore.yaml
apiVersion: external-secrets.io/v1beta1
kind: ClusterSecretStore
metadata:
Expand Down
2 changes: 1 addition & 1 deletion tests/common-golang-external-secrets-naked.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9225,7 +9225,7 @@ spec:
secret:
secretName: common-golang-external-secrets-webhook
---
# Source: golang-external-secrets/templates/golang-external-secrets-hub-secretstore.yaml
# Source: golang-external-secrets/templates/vault/golang-external-secrets-hub-secretstore.yaml
apiVersion: external-secrets.io/v1beta1
kind: ClusterSecretStore
metadata:
Expand Down
2 changes: 1 addition & 1 deletion tests/common-golang-external-secrets-normal.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9225,7 +9225,7 @@ spec:
secret:
secretName: common-golang-external-secrets-webhook
---
# Source: golang-external-secrets/templates/golang-external-secrets-hub-secretstore.yaml
# Source: golang-external-secrets/templates/vault/golang-external-secrets-hub-secretstore.yaml
apiVersion: external-secrets.io/v1beta1
kind: ClusterSecretStore
metadata:
Expand Down

0 comments on commit 38d87dd

Please sign in to comment.