We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fff4a5 commit 84d833eCopy full SHA for 84d833e
examples/sample-secret
@@ -1,7 +1,7 @@
1
apiVersion: v1
2
kind: Secret
3
metadata:
4
- name: co-dynatrace-credentials
+ name: dynatrace-credentials
5
namespace: metrics-operator
6
type: Opaque
7
stringData:
internal/common/common.go
@@ -13,7 +13,7 @@ const (
13
// SecretNameSpace is the namespace where the secret is deployed
14
SecretNameSpace string = "metrics-operator"
15
// SecretName is the name of the secret
16
- SecretName string = "co-dynatrace-credentials"
+ SecretName string = "dynatrace-credentials"
17
)
18
19
// GetCredentialsSecret Get the Secret with access token from the cluster, which you deployed earlier into the system
0 commit comments