This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
no matches for kind "ExternalSecret" in version "kubernetes-client.io/v1" #754
gangadharayya-hiremath-tm
started this conversation in
General
Replies: 1 comment 1 reply
-
@gangadharayya-hiremath-tm Any luck in finding a solution for the issue? I am facing the same issue |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
Getting error "no matches for kind "ExternalSecret" in version "kubernetes-client.io/v1"" for the following manifest file, any clues will be helpful:
apiVersion: "kubernetes-client.io/v1"
kind: ExternalSecret
metadata:
name: test-secret
namespace: dev
spec:
backendType: secretsManager
roleArn: arn:aws:iam::<>:role/<>
region: us-east-1
data:
- key: username
name: tutorials/MyFirstTutorialSecret
Beta Was this translation helpful? Give feedback.
All reactions