Skip to content

Commit 84d833e

Browse files
refactor: co-dynatrace-credentials to dynatrace-credentials
1 parent 5fff4a5 commit 84d833e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/sample-secret

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
kind: Secret
33
metadata:
4-
name: co-dynatrace-credentials
4+
name: dynatrace-credentials
55
namespace: metrics-operator
66
type: Opaque
77
stringData:

internal/common/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const (
1313
// SecretNameSpace is the namespace where the secret is deployed
1414
SecretNameSpace string = "metrics-operator"
1515
// SecretName is the name of the secret
16-
SecretName string = "co-dynatrace-credentials"
16+
SecretName string = "dynatrace-credentials"
1717
)
1818

1919
// GetCredentialsSecret Get the Secret with access token from the cluster, which you deployed earlier into the system

0 commit comments

Comments
 (0)