|
@@ -28,9 +28,11 @@ spec:
|
|
|
# Getting the accessKeyID and secretAccessKey from an already created Kubernetes Secret
|
|
# Getting the accessKeyID and secretAccessKey from an already created Kubernetes Secret
|
|
|
secretRef:
|
|
secretRef:
|
|
|
accessKeyIDSecretRef:
|
|
accessKeyIDSecretRef:
|
|
|
|
|
+ namespace: external-secrets
|
|
|
name: awssm-secret
|
|
name: awssm-secret
|
|
|
key: access-key
|
|
key: access-key
|
|
|
secretAccessKeySecretRef:
|
|
secretAccessKeySecretRef:
|
|
|
|
|
+ namespace: external-secrets
|
|
|
name: awssm-secret
|
|
name: awssm-secret
|
|
|
key: secret-access-key
|
|
key: secret-access-key
|
|
|
# IAM roles for service accounts
|
|
# IAM roles for service accounts
|