Skip to content

Commit

Permalink
chore: backport updated install page (#2517)
Browse files Browse the repository at this point in the history
  • Loading branch information
mowies authored Nov 16, 2023
1 parent cd3633d commit a5aa98a
Show file tree
Hide file tree
Showing 7 changed files with 162 additions and 238 deletions.
4 changes: 1 addition & 3 deletions docs/content/en/docs/implementing/integrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ to identify the workloads of interest.
To integrate Keptn with your applications:

* You must first
[install](../install/install.md)
and
[enable](../install/install.md/#enable-keptn-lifecycle-operator-observability)
[install and enable](../install/install.md#basic-installation)
Keptn.
* Annotate or label your workloads
with either Keptn or Kubernetes keys.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
global:
imageRegistry: "localhost:5000" # change all installed operator registry ex. metrics operator image will be localhost:5000/keptn/metrics-operator:v0.0.0
# change all installed operator registries
# e.g. the metrics operator image will be localhost:5000/keptn/metrics-operator:v0.0.0
imageRegistry: "localhost:5000"
commonLabels:
app.kubernetes.io/version: myversion # this label will be added to all installed resources

Expand All @@ -10,5 +12,5 @@ lifecycleOperator:
metricsOperator:
enabled: true
image:
tag: v0.0.0 # changes metrics operator image tag
tag: v0.0.0 # metrics operator will use this image tag
imagePullPolicy: Never
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
certManager:
enabled: false
lifecycleOperator:
enabled: true
metricsOperator:
enabled: true
Loading

0 comments on commit a5aa98a

Please sign in to comment.