Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,13 @@ Cloud providers such as GKE, EKS, and AKS are not required to run CockroachDB on
~~~ yaml
apiVersion: v1
kind: Secret
metadata:
name: azure-cluster-identity-credentials-secret
type: Opaque
stringData:
azure-credentials: |
azure_client_id: 11111111-1111-1111-1111-111111111111
azure_client_secret: s3cr3t
metadata:
name: azure-cluster-identity-credentials-secret
type: Opaque
stringData:
azure-credentials: |
azure_client_id: 11111111-1111-1111-1111-111111111111
azure_client_secret: s3cr3t
~~~

For more information on how to use these variables, refer to the [`Azure.Identity` documentation](https://learn.microsoft.com/dotnet/api/azure.identity.environmentcredential?view=azure-dotnet).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,13 @@ Cloud providers such as GKE, EKS, and AKS are not required to run CockroachDB on
~~~ yaml
apiVersion: v1
kind: Secret
metadata:
name: azure-cluster-identity-credentials-secret
type: Opaque
stringData:
azure-credentials: |
azure_client_id: 11111111-1111-1111-1111-111111111111
azure_client_secret: s3cr3t
metadata:
name: azure-cluster-identity-credentials-secret
type: Opaque
stringData:
azure-credentials: |
azure_client_id: 11111111-1111-1111-1111-111111111111
azure_client_secret: s3cr3t
~~~

For more information on how to use these variables, refer to the [`Azure.Identity` documentation](https://learn.microsoft.com/dotnet/api/azure.identity.environmentcredential?view=azure-dotnet).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,13 @@ Cloud providers such as GKE, EKS, and AKS are not required to run CockroachDB on
~~~ yaml
apiVersion: v1
kind: Secret
metadata:
name: azure-cluster-identity-credentials-secret
type: Opaque
stringData:
azure-credentials: |
azure_client_id: 11111111-1111-1111-1111-111111111111
azure_client_secret: s3cr3t
metadata:
name: azure-cluster-identity-credentials-secret
type: Opaque
stringData:
azure-credentials: |
azure_client_id: 11111111-1111-1111-1111-111111111111
azure_client_secret: s3cr3t
~~~

For more information on how to use these variables, refer to the [`Azure.Identity` documentation](https://learn.microsoft.com/dotnet/api/azure.identity.environmentcredential?view=azure-dotnet).
Expand Down
Loading