-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mounts telemetryService.TlsRefName secret to otelc
- Loading branch information
1 parent
1acc9e7
commit f38b4b0
Showing
4 changed files
with
111 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
package api | ||
|
||
const ( | ||
LatestTag = "latest" | ||
RawTag = "raw" | ||
InternalFlagPrefix = "internal.operator.dynatrace.com/" | ||
AnnotationSecretHash = InternalFlagPrefix + "secret-hash" | ||
LatestTag = "latest" | ||
RawTag = "raw" | ||
InternalFlagPrefix = "internal.operator.dynatrace.com/" | ||
AnnotationSecretHash = InternalFlagPrefix + "secret-hash" | ||
AnnotationTelemetryServiceSecretHash = InternalFlagPrefix + "ts-secret-hash" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters