fix uuoc and typo (#333)

* Fix typo

* Fix UUOC in app/entrypoint.sh
This commit is contained in:
gy741 2018-10-28 00:13:32 +09:00 committed by Kyâne Pichou
parent 647ca3e8c6
commit f49e4894cc
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# Function to generate a random salt
generate_salt() {
cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 48 | head -n 1
tr -dc 'a-zA-Z0-9' < /dev/urandom | fold -w 48 | head -n 1
}
# Read environment variables or set default values

View File

@ -45,14 +45,14 @@ spec:
name: mattermost.env
key: mm-dbname
volumeMounts:
# optional persistant storage
# optional persistent storage
#- name: appdata
#mountPath: /mattermost/data
- name: etclocaltime
mountPath: /etc/localtime
readOnly: true
volumes:
# optional persistant storage
# optional persistent storage
#- name: appdata
#persistentVolumeClaim:
# claimName: mattermost-app