diff --git a/examples/memorydb/v1beta1/user.yaml b/examples/memorydb/v1beta1/user.yaml index 71adcaa949..43f8be5d88 100644 --- a/examples/memorydb/v1beta1/user.yaml +++ b/examples/memorydb/v1beta1/user.yaml @@ -4,18 +4,18 @@ metadata: annotations: meta.upbound.io/example-id: memorydb/v1beta1/user labels: - testing.upbound.io/example-name: example - name: example + testing.upbound.io/example-name: memorydb-user + name: memorydb-user spec: forProvider: accessString: "on ~* &* +@all" authenticationMode: - passwordsSecretRef: - key: password - name: example-secret + name: memorydb-user-password-1 namespace: upbound-system - key: password - name: memorydb-user-secret-2 + name: memorydb-user-password-2 namespace: upbound-system type: password region: us-west-1 @@ -26,7 +26,11 @@ spec: apiVersion: v1 kind: Secret metadata: - name: example-secret + annotations: + meta.upbound.io/example-id: memorydb/v1beta1/user + labels: + testing.upbound.io/example-name: memorydb-user-password-1 + name: memorydb-user-password-1 namespace: upbound-system type: Opaque stringData: @@ -34,9 +38,13 @@ stringData: --- apiVersion: v1 kind: Secret -metadata: - name: memorydb-user-secret-2 +metadata: + annotations: + meta.upbound.io/example-id: memorydb/v1beta1/user + labels: + testing.upbound.io/example-name: memorydb-user-password-2 + name: memorydb-user-password-2 namespace: upbound-system type: Opaque stringData: - password: TestCr0ssplanePassw0rd! # Passwords must be a minimum of 16 characters + password: AnotherCr0ssplanePassw0rd! # Passwords must be a minimum of 16 characters