diff --git a/k8-operator/config/samples/crd/pushsecret/push-secret-with-template.yaml b/k8-operator/config/samples/crd/pushsecret/push-secret-with-template.yaml index 97fa9ace8..11734dd18 100644 --- a/k8-operator/config/samples/crd/pushsecret/push-secret-with-template.yaml +++ b/k8-operator/config/samples/crd/pushsecret/push-secret-with-template.yaml @@ -4,7 +4,7 @@ metadata: name: infisical-api-secret-sample-push spec: resyncInterval: 1m - hostAPI: http://localhost:8080/api + hostAPI: https://app.infisical.com/api # Optional, defaults to replacement. updatePolicy: Replace # If set to replace, existing secrets inside Infisical will be replaced by the value of the PushSecret on sync. @@ -33,7 +33,21 @@ spec: # Only have one authentication method defined or you are likely to run into authentication issues. # Remove all except one authentication method. authentication: + awsIamAuth: + identityId: + azureAuth: + identityId: + gcpIamAuth: + identityId: + serviceAccountKeyFilePath: + gcpIdTokenAuth: + identityId: + kubernetesAuth: + identityId: + serviceAccountRef: + name: + namespace: universalAuth: credentialsRef: - secretName: universal-auth-credentials - secretNamespace: default + secretName: # universal-auth-credentials + secretNamespace: # default