You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: charts/opentelemetry-operator/release/release-checklist.md
+1-10
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,3 @@
1
-
# Prerequisites
2
-
3
-
-[ ] Make sure you have installed KUTTL which will be used to do the smoke tests later. See [KUTTL website](https://kuttl.dev/docs/)
4
-
for installation information.
5
-
-[ ] Make sure you have cloned the [OpenTelemetry Operator](https://github.com/open-telemetry/opentelemetry-operator) in your workspace
6
-
7
1
# Checklist
8
2
9
3
-[ ] Change directory to `opentelemetry-helm-charts/charts/opentelemetry-operator/release`. `cd ./charts/opentelemetry-operator/release` should be helpful.
@@ -16,11 +10,8 @@
16
10
Create a new YAML file under `templates` directory if it doesn't exist.
17
11
Use `{{ template "opentelemetry-operator.name" . }}` to represent the name of OTEL Operator which probably is `opentelemetry-operator` in the manifest.
18
12
Use `{{ template "opentelemetry-operator.namespace" . }}` to represent the namespace which probably is `opentelemetry-operator-system` in the manifest.
19
-
-[ ] Test the Operator Helm chart locally:
20
-
-[ ] Change directory to the OpenTelemetry Operator
21
-
-[ ] Run the KUTTL smoke tests: `kubectl kuttl test ./tests/e2e`
22
-
-[ ] Make sure all KUTTL smoke tests pass
23
13
-[ ] Update `README` if there is a breaking change in the Operator Helm chart
0 commit comments