Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Co-authored-by: Idan Adar <iadar@il.ibm.com>
@@ -14,7 +14,7 @@ kind: ExternalSecret
metadata:
name: "ecr-token"
spec:
- refreshInterval: "30m"
+ refreshInterval: "30m0s"
target:
name: ecr-token
dataFrom:
@@ -4,7 +4,7 @@ kind: ExternalSecret
name: cloak-example
- refreshInterval: "15m"
+ refreshInterval: "15m0s"
secretStoreRef:
name: cloak-backend
kind: SecretStore
@@ -39,7 +39,7 @@ spec:
# - OnChange: Only synchronizes when the ExternalSecret's metadata or specification changes
refreshPolicy: Periodic
- refreshInterval: "1h"
+ refreshInterval: "1h0m0s"
name: my-secret
creationPolicy: 'Merge'
@@ -27,7 +27,7 @@ spec:
# RefreshInterval is the amount of time before the values reading again from the SecretStore provider
# Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h" (from time.ParseDuration)
# May be set to zero to fetch and create it once
# the target describes the secret that shall be created
# there can only be one target per ExternalSecret
@@ -3,7 +3,7 @@ kind: ExternalSecret
name: "cluster-secret"
name: cluster-secret
name: "ecr-secret"
name: ecr-secret
template:
name: "fake"
name: fake
name: "gcr-token"
name: gcr-token
@@ -10,7 +10,7 @@ spec:
apiVersion: generators.external-secrets.io/v1alpha1
kind: GithubAccessToken
name: github-auth-token
- refreshInterval: "15m" # Be sure to set this value lower than 60m since that is the expiration time from github
+ refreshInterval: "15m0s" # Be sure to set this value lower than 60m since that is the expiration time from github
- refreshInterval: "30m" # Be sure to set this value lower than 60m since that is the expiration time from github
+ refreshInterval: "30m0s" # Be sure to set this value lower than 60m since that is the expiration time from github
name: github-auth-token # Name for the secret to be created on the cluster
name: "password"
name: password-secret
name: example-ssh-key
name: ssh-key-secret
name: example-rsa-key
name: ssh-rsa-secret
name: "sts-secret"
name: sts-secret
name: "uuid"
name: uuid-secret
name: "pki-example-com"
- refreshInterval: "768h"
+ refreshInterval: "768h0m0s"
name: pki-example-com
name: "webhook"
name: webhook-secret
@@ -6,7 +6,7 @@ spec:
secretStoreRefs:
- name: keeper
deletionPolicy: Delete
selector:
secret:
name: passbolt-example-simple
name: passbolt
name: passbolt-example