Skip to content

Commit

Permalink
Merge pull request #94 from CybercentreCanada/elastic_8
Browse files Browse the repository at this point in the history
Add documentation about upgrading to Elastic 8
  • Loading branch information
cccs-rs committed Oct 31, 2023
2 parents 13298a8 + f49067c commit aa85fba
Show file tree
Hide file tree
Showing 4 changed files with 607 additions and 270 deletions.
8 changes: 8 additions & 0 deletions docs/installation/cluster/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ In the `deployment_directory` you've just created, create a `secrets.yaml` file
# if it includes non-alphanumeric characters
filestore-password:
initial-admin-password:
---
# Initalizes secret with a temporary value, will be replaced by job upon helm install
apiVersion: v1
kind: Secret
metadata:
name: kibana-service-token
stringData:
token: ""
```

!!! tip
Expand Down
Loading

0 comments on commit aa85fba

Please sign in to comment.