From 41d17c930a455fc838746d64a6dbf13c19929aa4 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Sun, 15 Jan 2023 17:00:06 -0800 Subject: [PATCH] update kubectl install configs --- .../kubectl-install/install-secrets-operator.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/k8-operator/kubectl-install/install-secrets-operator.yaml b/k8-operator/kubectl-install/install-secrets-operator.yaml index 6a3cb8e6d9..7862fe7c3e 100644 --- a/k8-operator/kubectl-install/install-secrets-operator.yaml +++ b/k8-operator/kubectl-install/install-secrets-operator.yaml @@ -43,9 +43,6 @@ spec: spec: description: InfisicalSecretSpec defines the desired state of InfisicalSecret properties: - environment: - description: The Infisical environment such as dev, prod, testing - type: string hostAPI: default: https://app.infisical.com/api description: Infisical host to pull secrets from @@ -62,9 +59,6 @@ spec: - secretName - secretNamespace type: object - projectId: - description: The Infisical project id - type: string tokenSecretReference: properties: secretName: @@ -77,9 +71,6 @@ spec: - secretName - secretNamespace type: object - required: - - environment - - projectId type: object status: description: InfisicalSecretStatus defines the observed state of InfisicalSecret