Skip to content

Commit

Permalink
doc: fix typo in documentation (#180)
Browse files Browse the repository at this point in the history
Co-authored-by: Leon König <leon.koenig@baloise.ch>
  • Loading branch information
koenigle and Leon König committed Apr 21, 2022
1 parent c8858aa commit 3df97be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/includes/preview-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Make sure that your *app repository* contains a `.gitops.config.yaml` file. This
apiVersion: v2
applicationName: app-xy
# messages: # optional section
# previewEnvCreated: "Created preview at revision ${GIT-HASH}. You can access it here: https://${PREVIEW_HOST}/some-fancy-path" # optional (default: "New preview environment created for version `${GIT_HASH}`. Access it here: https://${PREVIEW_HOST}")
# previewEnvUpdated: "Updated preview to revision ${GIT-HASH}. You can access it here: https://${PREVIEW_HOST}/some-fancy-path" # optional (default: "Preview environment updated to version `${GIT_HASH}`. Access it here: https://${PREVIEW_HOST}")
# previewEnvCreated: "Created preview at revision ${GIT_HASH}. You can access it here: https://${PREVIEW_HOST}/some-fancy-path" # optional (default: "New preview environment created for version `${GIT_HASH}`. Access it here: https://${PREVIEW_HOST}")
# previewEnvUpdated: "Updated preview to revision ${GIT_HASH}. You can access it here: https://${PREVIEW_HOST}/some-fancy-path" # optional (default: "Preview environment updated to version `${GIT_HASH}`. Access it here: https://${PREVIEW_HOST}")
# previewEnvAlreadyUpToDate: "Your preview is already up-to-date with revision ${GIT-HASH}." # optional (default: "The version `${GIT_HASH}` has already been deployed. Access it here: https://${PREVIEW_HOST}")
previewConfig:
host: ${PREVIEW_NAMESPACE}.example.tld
Expand Down

0 comments on commit 3df97be

Please sign in to comment.