Skip to content

Commit

Permalink
Merge pull request #777 from Dynatrace/776-bug-dt-operator-documentat…
Browse files Browse the repository at this point in the history
…ion-version-format-for-classicfullstack

format mismatch correction for classicFullstack
  • Loading branch information
IgnacioGoldman authored Dec 24, 2024
2 parents 702dd33 + 148aba9 commit 2ed043d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The Operator gets deployed in application only mode approach, check the `roles/d

```yaml
operator_mode: "applicationMonitoring" # default & prefered deployment option
dt_operator_release: "1.3.0-rc.0" # operator release should be linked with the right operator mode
dt_operator_release: "1.4.0" # operator release should be linked with the right operator mode
log_monitoring: "off"
```

Expand All @@ -66,7 +66,7 @@ If you decide to use the classicFullStack approach, you need to specify the vari
name: dt-operator
vars:
operator_mode: "classicFullStack"
dt_operator_release: "1.2.2"
dt_operator_release: "v1.2.2"
log_monitoring: "oneagent"
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

---
operator_mode: "applicationMonitoring" # default & prefered deployment option
dt_operator_release: "1.4.0" # operator release should be linked with the right operator mode
dt_operator_release: "1.4.0" # format without v for helm
log_monitoring: "off"

# operator_mode: "classicFullStack"
# dt_operator_release: "1.2.2"
# dt_operator_release: "v1.2.2" # format with v

dt_operator_namespace: "dynatrace"
host_group: "ace-box"
Expand Down

0 comments on commit 2ed043d

Please sign in to comment.