apiVersion: v1 kind: Secret metadata: name: mycluster-secret namespace: argocd labels: argocd.argoproj.io/secret-type: cluster type: Opaque stringData: name: server: https:// config: | { "execProviderConfig": { "command": "oci", "args": ["ce", "cluster", "generate-token", "--cluster-id", "", "--region", ""], "apiVersion": "client.authentication.k8s.io/v1beta1", "env": { "OCI_CLI_AUTH": "oke_workload_identity", "OCI_RESOURCE_PRINCIPAL_REGION": "", "OCI_CLI_ENDPOINT": "https://containerengine..oci.oraclecloud.com" } }, "tlsClientConfig": { "insecure": true } }