Skip to content

Commit 531f832

Browse files
committed
fixup samples config
1 parent 371aef3 commit 531f832

File tree

2 files changed

+0
-129
lines changed

2 files changed

+0
-129
lines changed

config/samples/atlas_v1_atlasthirdpartyintegration.yaml

Lines changed: 0 additions & 128 deletions
Original file line numberDiff line numberDiff line change
@@ -15,131 +15,3 @@ spec:
1515
region: "string"
1616
sendCollectionLatencyMetrics: "string"
1717
sendDatabaseMetrics: "string"
18-
---
19-
apiVersion: atlas.mongodb.com/v1
20-
kind: AtlasThirdPartyIntegration
21-
metadata:
22-
labels:
23-
app.kubernetes.io/name: mongodb-atlas-kubernetes
24-
app.kubernetes.io/managed-by: kustomize
25-
name: atlasintegration-sample
26-
spec:
27-
externalProjectRef:
28-
id: "project-id"
29-
connectionSecretRef: "conn-secret-ref"
30-
type: MICROSOFT_TEAMS
31-
microsoftTeams:
32-
urlSecretRef:
33-
name: "secret-ref"
34-
---
35-
apiVersion: atlas.mongodb.com/v1
36-
kind: AtlasThirdPartyIntegration
37-
metadata:
38-
labels:
39-
app.kubernetes.io/name: mongodb-atlas-kubernetes
40-
app.kubernetes.io/managed-by: kustomize
41-
name: atlasintegration-sample
42-
spec:
43-
projectRef:
44-
name: my-atlas-project
45-
type: NEW_RELIC
46-
newRelic:
47-
credentialsSecretRef:
48-
name: "secret-ref"
49-
---
50-
apiVersion: atlas.mongodb.com/v1
51-
kind: AtlasThirdPartyIntegration
52-
metadata:
53-
labels:
54-
app.kubernetes.io/name: mongodb-atlas-kubernetes
55-
app.kubernetes.io/managed-by: kustomize
56-
name: atlasintegration-sample
57-
spec:
58-
projectRef:
59-
name: my-atlas-project
60-
type: OPS_GENIE
61-
opsGenie:
62-
apiKeySecretRef:
63-
name: "secret-ref"
64-
region: "string"
65-
---
66-
apiVersion: atlas.mongodb.com/v1
67-
kind: AtlasThirdPartyIntegration
68-
metadata:
69-
labels:
70-
app.kubernetes.io/name: mongodb-atlas-kubernetes
71-
app.kubernetes.io/managed-by: kustomize
72-
name: atlasintegration-sample
73-
spec:
74-
projectRef:
75-
name: my-atlas-project
76-
type: PAGER_DUTY
77-
pagerDuty:
78-
serviceKeySecretRef:
79-
name: "secret-ref"
80-
region: "string"
81-
---
82-
apiVersion: atlas.mongodb.com/v1
83-
kind: AtlasThirdPartyIntegration
84-
metadata:
85-
labels:
86-
app.kubernetes.io/name: mongodb-atlas-kubernetes
87-
app.kubernetes.io/managed-by: kustomize
88-
name: atlasintegration-sample
89-
spec:
90-
projectRef:
91-
name: my-atlas-project
92-
type: PROMETHEUS
93-
prometheus:
94-
prometheusCredentials:
95-
name: "secret-ref"
96-
serviceDiscovery: "string"
97-
enabled: "string"
98-
---
99-
apiVersion: atlas.mongodb.com/v1
100-
kind: AtlasThirdPartyIntegration
101-
metadata:
102-
labels:
103-
app.kubernetes.io/name: mongodb-atlas-kubernetes
104-
app.kubernetes.io/managed-by: kustomize
105-
name: atlasintegration-sample
106-
spec:
107-
projectRef:
108-
name: my-atlas-project
109-
type: SLACK
110-
slack:
111-
apiTokenSecretRef:
112-
name: "secret-ref"
113-
channelName: "channel-name"
114-
teamName: "team-name"
115-
---
116-
apiVersion: atlas.mongodb.com/v1
117-
kind: AtlasThirdPartyIntegration
118-
metadata:
119-
labels:
120-
app.kubernetes.io/name: mongodb-atlas-kubernetes
121-
app.kubernetes.io/managed-by: kustomize
122-
name: atlasintegration-sample
123-
spec:
124-
projectRef:
125-
name: my-atlas-project
126-
type: VICTOR_OPS
127-
victorOps:
128-
apiKeySecretRef:
129-
name: "string"
130-
routingKey:
131-
---
132-
apiVersion: atlas.mongodb.com/v1
133-
kind: AtlasThirdPartyIntegration
134-
metadata:
135-
labels:
136-
app.kubernetes.io/name: mongodb-atlas-kubernetes
137-
app.kubernetes.io/managed-by: kustomize
138-
name: atlasintegration-sample
139-
spec:
140-
projectRef:
141-
name: my-atlas-project
142-
type: WEBHOOK
143-
webhook:
144-
urlSecretRef:
145-
name: "secret-ref"

config/samples/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ resources:
1919
- atlas_v1_atlassearchindexconfigs.yaml
2020
- atlas_v1_atlasbackupcompliancepolicy.yaml
2121
- atlas_v1_atlascustomrole.yaml
22-
- atlas_v1_atlasintegration.yaml
2322
- atlas_v1_atlasthirdpartyintegration.yaml
2423
# +kubebuilder:scaffold:manifestskustomizesamples

0 commit comments

Comments
 (0)