forked from signalfx/splunk-otel-collector-chart
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Potential fix for operator certmanager cert issue
- Loading branch information
Showing
24 changed files
with
9,516 additions
and
2,031 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
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
25 changes: 25 additions & 0 deletions
25
...-operator-and-auto-instrumentation/rendered_manifests/certmanager/cainjector-service.yaml
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
# Source: splunk-otel-collector/charts/certmanager/templates/cainjector-service.yaml | ||
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
name: default-certmanager-cainjector | ||
namespace: default | ||
labels: | ||
app: cainjector | ||
app.kubernetes.io/name: cainjector | ||
app.kubernetes.io/instance: default | ||
app.kubernetes.io/component: "cainjector" | ||
app.kubernetes.io/version: "v1.16.1" | ||
app.kubernetes.io/managed-by: Helm | ||
helm.sh/chart: certmanager-v1.16.1 | ||
spec: | ||
type: ClusterIP | ||
ports: | ||
- protocol: TCP | ||
port: 9402 | ||
name: http-metrics | ||
selector: | ||
app.kubernetes.io/name: cainjector | ||
app.kubernetes.io/instance: default | ||
app.kubernetes.io/component: "cainjector" |
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
11,160 changes: 9,242 additions & 1,918 deletions
11,160
examples/enable-operator-and-auto-instrumentation/rendered_manifests/certmanager/crds.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.