1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

fix: refresh interval values (#4111)

Signed-off-by: Gustavo <gustavo@externalsecrets.com>
This commit is contained in:
Gustavo Fernandes de Carvalho 2024-11-17 23:50:16 -07:00 committed by GitHub
parent c2388d2b9d
commit 27c5f1f1f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
40 changed files with 44 additions and 44 deletions

View file

@ -51,7 +51,7 @@ metadata:
name: sample name: sample
namespace: default namespace: default
spec: spec:
refreshInterval: 1m refreshInterval: 1h
target: target:
name: foobar name: foobar
secretStoreRef: secretStoreRef:

View file

@ -107,7 +107,7 @@ kind: ExternalSecret
metadata: metadata:
name: beyondtrust-external-secret name: beyondtrust-external-secret
spec: spec:
refreshInterval: 300s refreshInterval: 1h
secretStoreRef: secretStoreRef:
kind: SecretStore kind: SecretStore
name: secretstore-beyondtrust name: secretstore-beyondtrust

View file

@ -65,7 +65,7 @@ kind: ExternalSecret
metadata: metadata:
name: bitwarden name: bitwarden
spec: spec:
refreshInterval: 10s refreshInterval: 1h
secretStoreRef: secretStoreRef:
# This name must match the metadata.name in the `SecretStore` # This name must match the metadata.name in the `SecretStore`
name: bitwarden-secretsmanager name: bitwarden-secretsmanager
@ -91,7 +91,7 @@ kind: ExternalSecret
metadata: metadata:
name: bitwarden name: bitwarden
spec: spec:
refreshInterval: 10s refreshInterval: 1h
secretStoreRef: secretStoreRef:
# This name must match the metadata.name in the `SecretStore` # This name must match the metadata.name in the `SecretStore`
name: bitwarden-secretsmanager name: bitwarden-secretsmanager
@ -118,7 +118,7 @@ kind: PushSecret
metadata: metadata:
name: pushsecret-bitwarden # Customisable name: pushsecret-bitwarden # Customisable
spec: spec:
refreshInterval: 10s # Refresh interval for which push secret will reconcile refreshInterval: 1h # Refresh interval for which push secret will reconcile
secretStoreRefs: # A list of secret stores to push secrets to secretStoreRefs: # A list of secret stores to push secrets to
- name: bitwarden-secretsmanager - name: bitwarden-secretsmanager
kind: SecretStore kind: SecretStore

View file

@ -97,7 +97,7 @@ metadata:
labels: labels:
app.kubernetes.io/name: external-secrets app.kubernetes.io/name: external-secrets
spec: spec:
refreshInterval: 15m refreshInterval: 1h
secretStoreRef: secretStoreRef:
name: vivid-clustersecretstore # name of ClusterSecretStore name: vivid-clustersecretstore # name of ClusterSecretStore
kind: ClusterSecretStore kind: ClusterSecretStore

View file

@ -47,7 +47,7 @@ kind: ExternalSecret
metadata: metadata:
name: secret name: secret
spec: spec:
refreshInterval: 20s refreshInterval: 1h
secretStoreRef: secretStoreRef:
kind: SecretStore kind: SecretStore
name: secret-store name: secret-store

View file

@ -45,7 +45,7 @@ kind: ExternalSecret
metadata: metadata:
name: device42-external-secret name: device42-external-secret
spec: spec:
refreshInterval: 5m refreshInterval: 1h
secretStoreRef: secretStoreRef:
kind: SecretStore kind: SecretStore
name: device42-secret-store name: device42-secret-store

View file

@ -255,7 +255,7 @@ kind: PushSecret
metadata: metadata:
name: example name: example
spec: spec:
refreshInterval: 10s refreshInterval: 1h
secretStoreRefs: secretStoreRefs:
- name: k8s-store-remote-ns - name: k8s-store-remote-ns
kind: SecretStore kind: SecretStore

View file

@ -65,7 +65,7 @@ kind: ExternalSecret
metadata: metadata:
name: secret name: secret
spec: spec:
refreshInterval: 5m refreshInterval: 1h
secretStoreRef: secretStoreRef:
kind: SecretStore kind: SecretStore
name: secret-store name: secret-store
@ -111,7 +111,7 @@ kind: PushSecret
metadata: metadata:
name: push-secret-example name: push-secret-example
spec: spec:
refreshInterval: 10s refreshInterval: 1h
selector: selector:
secret: secret:
name: <NAME_OF_KUBE_SECRET> name: <NAME_OF_KUBE_SECRET>

View file

@ -38,7 +38,7 @@ kind: ExternalSecret
metadata: metadata:
name: secret name: secret
spec: spec:
refreshInterval: 20s refreshInterval: 1h
secretStoreRef: secretStoreRef:
kind: SecretStore kind: SecretStore
name: secret-store name: secret-store

View file

@ -53,7 +53,7 @@ kind: ExternalSecret
metadata: metadata:
name: secret-server-external-secret name: secret-server-external-secret
spec: spec:
refreshInterval: 15s refreshInterval: 1h
secretStoreRef: secretStoreRef:
kind: SecretStore kind: SecretStore
name: secret-server-store name: secret-server-store

View file

@ -3,7 +3,7 @@ kind: PushSecret
metadata: metadata:
name: push-secret name: push-secret
spec: spec:
refreshInterval: 5s refreshInterval: 1h
updatePolicy: Replace updatePolicy: Replace
deletionPolicy: Delete deletionPolicy: Delete
secretStoreRefs: secretStoreRefs:

View file

@ -5,7 +5,7 @@ metadata:
name: anchore-access-credentials name: anchore-access-credentials
namespace: ci namespace: ci
spec: spec:
refreshInterval: 1m refreshInterval: 1h
secretStoreRef: secretStoreRef:
name: cluster-secrets-store name: cluster-secrets-store
kind: ClusterSecretStore kind: ClusterSecretStore

View file

@ -5,7 +5,7 @@ metadata:
name: github-ssh-access name: github-ssh-access
namespace: ci namespace: ci
spec: spec:
refreshInterval: 1m refreshInterval: 1h
secretStoreRef: secretStoreRef:
name: cluster-parameter-store name: cluster-parameter-store
kind: ClusterSecretStore kind: ClusterSecretStore

View file

@ -5,7 +5,7 @@ metadata:
name: sonarqube-api-token name: sonarqube-api-token
namespace: ci namespace: ci
spec: spec:
refreshInterval: 1m refreshInterval: 1h
secretStoreRef: secretStoreRef:
name: cluster-secrets-store name: cluster-secrets-store
kind: ClusterSecretStore kind: ClusterSecretStore

View file

@ -5,7 +5,7 @@ metadata:
name: harbor-chart-robot name: harbor-chart-robot
namespace: ci namespace: ci
spec: spec:
refreshInterval: 1m refreshInterval: 1h
secretStoreRef: secretStoreRef:
name: cluster-secrets-store name: cluster-secrets-store
kind: ClusterSecretStore kind: ClusterSecretStore

View file

@ -5,7 +5,7 @@ metadata:
namespace: default # Same of the SecretStores namespace: default # Same of the SecretStores
spec: spec:
deletionPolicy: Delete # the provider' secret will be deleted if the PushSecret is deleted deletionPolicy: Delete # the provider' secret will be deleted if the PushSecret is deleted
refreshInterval: 10s # Refresh interval for which push secret will reconcile refreshInterval: 1h # Refresh interval for which push secret will reconcile
secretStoreRefs: # A list of secret stores to push secrets to secretStoreRefs: # A list of secret stores to push secrets to
- name: aws-parameterstore - name: aws-parameterstore
kind: SecretStore kind: SecretStore

View file

@ -3,7 +3,7 @@ kind: ExternalSecret
metadata: metadata:
name: example name: example
spec: spec:
refreshInterval: 1m refreshInterval: 1h
secretStoreRef: secretStoreRef:
name: aws-secretsmanager name: aws-secretsmanager
kind: SecretStore kind: SecretStore

View file

@ -5,7 +5,7 @@ metadata:
namespace: teamb # Same of the SecretStores namespace: teamb # Same of the SecretStores
spec: spec:
deletionPolicy: Delete deletionPolicy: Delete
refreshInterval: 10s # Refresh interval for which push secret will reconcile refreshInterval: 1h # Refresh interval for which push secret will reconcile
secretStoreRefs: # A list of secret stores to push secrets to secretStoreRefs: # A list of secret stores to push secrets to
- name: teamb-secret-store - name: teamb-secret-store
kind: SecretStore kind: SecretStore

View file

@ -21,7 +21,7 @@ metadata:
name: pushsecret-example name: pushsecret-example
namespace: default namespace: default
spec: spec:
refreshInterval: 10s # Refresh interval for which push secret will reconcile refreshInterval: 1h # Refresh interval for which push secret will reconcile
deletionPolicy: Delete deletionPolicy: Delete
secretStoreRefs: # A list of secret stores to push secrets to secretStoreRefs: # A list of secret stores to push secrets to
- name: azure-store - name: azure-store

View file

@ -11,7 +11,7 @@ metadata:
name: pushsecret-example name: pushsecret-example
namespace: default namespace: default
spec: spec:
refreshInterval: 10s # Refresh interval for which push secret will reconcile refreshInterval: 1h # Refresh interval for which push secret will reconcile
deletionPolicy: Delete deletionPolicy: Delete
secretStoreRefs: # A list of secret stores to push secrets to secretStoreRefs: # A list of secret stores to push secrets to
- name: azure-store - name: azure-store

View file

@ -11,7 +11,7 @@ metadata:
name: pushsecret-example name: pushsecret-example
namespace: default namespace: default
spec: spec:
refreshInterval: 10s # Refresh interval for which push secret will reconcile refreshInterval: 1h # Refresh interval for which push secret will reconcile
deletionPolicy: Delete deletionPolicy: Delete
secretStoreRefs: # A list of secret stores to push secrets to secretStoreRefs: # A list of secret stores to push secrets to
- name: azure-store - name: azure-store

View file

@ -3,7 +3,7 @@ kind: ExternalSecret
metadata: metadata:
name: beyondtrust-external-secret name: beyondtrust-external-secret
spec: spec:
refreshInterval: 300s refreshInterval: 1h
secretStoreRef: secretStoreRef:
kind: SecretStore kind: SecretStore
name: secretstore-beyondtrust name: secretstore-beyondtrust

View file

@ -10,7 +10,7 @@ metadata:
labels: labels:
app.kubernetes.io/name: external-secrets app.kubernetes.io/name: external-secrets
spec: spec:
refreshInterval: 15m refreshInterval: 1h
secretStoreRef: secretStoreRef:
name: vivid-clustersecretstore # name of ClusterSecretStore name: vivid-clustersecretstore # name of ClusterSecretStore
kind: ClusterSecretStore kind: ClusterSecretStore

View file

@ -3,7 +3,7 @@ kind: ExternalSecret
metadata: metadata:
name: conjur-find-by-name name: conjur-find-by-name
spec: spec:
refreshInterval: 10s refreshInterval: 1h
secretStoreRef: secretStoreRef:
# This name must match the metadata.name in the `SecretStore` # This name must match the metadata.name in the `SecretStore`
name: conjur name: conjur

View file

@ -3,7 +3,7 @@ kind: ExternalSecret
metadata: metadata:
name: conjur name: conjur
spec: spec:
refreshInterval: 10s refreshInterval: 1h
secretStoreRef: secretStoreRef:
# This name must match the metadata.name in the `SecretStore` # This name must match the metadata.name in the `SecretStore`
name: conjur name: conjur

View file

@ -3,7 +3,7 @@ kind: ExternalSecret
metadata: metadata:
name: device42-find-by-id name: device42-find-by-id
spec: spec:
refreshInterval: 10s refreshInterval: 1h
secretStoreRef: secretStoreRef:
# This name must match the metadata.name in the `SecretStore` # This name must match the metadata.name in the `SecretStore`
name: device42 name: device42

View file

@ -5,7 +5,7 @@ metadata:
namespace: default # Same of the SecretStores namespace: default # Same of the SecretStores
spec: spec:
deletionPolicy: Delete # the provider' secret will be deleted if the PushSecret is deleted deletionPolicy: Delete # the provider' secret will be deleted if the PushSecret is deleted
refreshInterval: 10s # Refresh interval for which push secret will reconcile refreshInterval: 1h # Refresh interval for which push secret will reconcile
secretStoreRefs: # A list of secret stores to push secrets to secretStoreRefs: # A list of secret stores to push secrets to
- name: aws-parameterstore - name: aws-parameterstore
kind: SecretStore kind: SecretStore

View file

@ -5,7 +5,7 @@ metadata:
namespace: default # Same of the SecretStores namespace: default # Same of the SecretStores
spec: spec:
deletionPolicy: Delete # the provider' secret will be deleted if the PushSecret is deleted deletionPolicy: Delete # the provider' secret will be deleted if the PushSecret is deleted
refreshInterval: 10s # Refresh interval for which push secret will reconcile refreshInterval: 1h # Refresh interval for which push secret will reconcile
secretStoreRefs: # A list of secret stores to push secrets to secretStoreRefs: # A list of secret stores to push secrets to
- name: aws-parameterstore - name: aws-parameterstore
kind: SecretStore kind: SecretStore

View file

@ -7,7 +7,7 @@ metadata:
spec: spec:
updatePolicy: Replace # Policy to overwrite existing secrets in the provider on sync updatePolicy: Replace # Policy to overwrite existing secrets in the provider on sync
deletionPolicy: Delete # the provider' secret will be deleted if the PushSecret is deleted deletionPolicy: Delete # the provider' secret will be deleted if the PushSecret is deleted
refreshInterval: 10s # Refresh interval for which push secret will reconcile refreshInterval: 1h # Refresh interval for which push secret will reconcile
secretStoreRefs: # A list of secret stores to push secrets to secretStoreRefs: # A list of secret stores to push secrets to
- name: aws-parameterstore - name: aws-parameterstore
kind: SecretStore kind: SecretStore

View file

@ -3,7 +3,7 @@ kind: ExternalSecret
metadata: metadata:
name: database-credentials name: database-credentials
spec: spec:
refreshInterval: 60m refreshInterval: 1h
secretStoreRef: secretStoreRef:
name: ibm-store name: ibm-store
kind: SecretStore kind: SecretStore

View file

@ -3,7 +3,7 @@ kind: ExternalSecret
metadata: metadata:
name: database-credentials name: database-credentials
spec: spec:
refreshInterval: 60m refreshInterval: 1h
secretStoreRef: secretStoreRef:
name: ibm-store name: ibm-store
kind: SecretStore kind: SecretStore

View file

@ -21,7 +21,7 @@ metadata:
name: regcred name: regcred
namespace: external-secrets namespace: external-secrets
spec: spec:
refreshInterval: 1m refreshInterval: 1h
secretStoreRef: secretStoreRef:
name: keeper name: keeper
kind: ClusterSecretStore kind: ClusterSecretStore
@ -49,7 +49,7 @@ metadata:
name: config name: config
namespace: external-secrets namespace: external-secrets
spec: spec:
refreshInterval: 1m refreshInterval: 1h
secretStoreRef: secretStoreRef:
name: keeper name: keeper
kind: ClusterSecretStore kind: ClusterSecretStore

View file

@ -3,7 +3,7 @@ kind: ExternalSecret
metadata: metadata:
name: service-name-secrets name: service-name-secrets
spec: spec:
refreshInterval: 10m refreshInterval: 1h
secretStoreRef: secretStoreRef:
name: onboardbase-external-secret-store name: onboardbase-external-secret-store
kind: SecretStore kind: SecretStore

View file

@ -3,7 +3,7 @@ kind: ExternalSecret
metadata: metadata:
name: service-name-secrets name: service-name-secrets
spec: spec:
refreshInterval: 10m refreshInterval: 1h
secretStoreRef: secretStoreRef:
name: onboardbase-external-secret-store name: onboardbase-external-secret-store
kind: SecretStore kind: SecretStore

View file

@ -3,7 +3,7 @@ kind: ExternalSecret
metadata: metadata:
name: service-name-secrets name: service-name-secrets
spec: spec:
refreshInterval: 10m refreshInterval: 1h
secretStoreRef: secretStoreRef:
name: onboardbase-external-secret-store name: onboardbase-external-secret-store
kind: SecretStore kind: SecretStore

View file

@ -5,7 +5,7 @@ metadata:
name: anchore-access-credentials name: anchore-access-credentials
namespace: security namespace: security
spec: spec:
refreshInterval: 1m refreshInterval: 1h
secretStoreRef: secretStoreRef:
name: vault-backend name: vault-backend
kind: ClusterSecretStore kind: ClusterSecretStore

View file

@ -5,7 +5,7 @@ metadata:
name: github-ssh-access name: github-ssh-access
namespace: ci namespace: ci
spec: spec:
refreshInterval: 1m refreshInterval: 1h
secretStoreRef: secretStoreRef:
name: vault-backend name: vault-backend
kind: ClusterSecretStore kind: ClusterSecretStore

View file

@ -5,7 +5,7 @@ metadata:
name: harbor-chart-robot name: harbor-chart-robot
namespace: ci namespace: ci
spec: spec:
refreshInterval: 1m refreshInterval: 1h
secretStoreRef: secretStoreRef:
name: vault-backend name: vault-backend
kind: ClusterSecretStore kind: ClusterSecretStore

View file

@ -5,7 +5,7 @@ metadata:
name: sonarqube-api-token name: sonarqube-api-token
namespace: ci namespace: ci
spec: spec:
refreshInterval: 1m refreshInterval: 1h
secretStoreRef: secretStoreRef:
name: vault-backend name: vault-backend
kind: ClusterSecretStore kind: ClusterSecretStore

View file

@ -13,7 +13,7 @@ metadata:
name: pushsecret-example name: pushsecret-example
namespace: default namespace: default
spec: spec:
refreshInterval: 10s refreshInterval: 1h
secretStoreRefs: secretStoreRefs:
- name: vault-secretstore - name: vault-secretstore
kind: SecretStore kind: SecretStore