You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doc says:
kubeconfigFile: A file path referencing the contents of the kubeconfig file for connecting to the target cluster. When using the Operator, this can be any name that should match an entry in spec.spinnakerConfig.files where the file contents is copied. If using Halyard, this is a physical file path. This field supports referencing files stored in external secret engines
I'm also running into the same issue. I've also tried to parse the json from my kubeconfigfile and added it to the manifest file.
Is it recommended to use halyard instead?
Copying the kubeconfig json data into the section of spinnakersservice.yaml manifest works for me. But referencing the content as a file does not work.
I am referencing https://docs.armory.io/docs/armory-admin/kubernetes-account-add/#add-the-kubeconfig-and-cloud-provider-to-spinnaker for adding kubeconfig for cloud driver,
Is there any way I can copy the content to env variable and add here instead of file content.
I tried below but I get this error error: unable to recognize "STDIN": no matches for kind "Config" in version "spinnaker.io/v1alpha2"
Doc says:
kubeconfigFile: A file path referencing the contents of the kubeconfig file for connecting to the target cluster. When using the Operator, this can be any name that should match an entry in spec.spinnakerConfig.files where the file contents is copied. If using Halyard, this is a physical file path. This field supports referencing files stored in external secret engines
I also tried
And also
The text was updated successfully, but these errors were encountered: