Skip to content

Instantly share code, notes, and snippets.

@jonbcampos
Created September 10, 2018 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonbcampos/3058f27849eaaf493b50c788c5691f3d to your computer and use it in GitHub Desktop.
Save jonbcampos/3058f27849eaaf493b50c788c5691f3d to your computer and use it in GitHub Desktop.
...
ports:
- containerPort: 80
volumeMounts:
# volumes to mount
- name: secret-volume # matches secret name
# path for this secret to be available at
mountPath: "/opt/firebase"
readOnly: true # no editing!
volumes:
# create volumes
- name: secret-volume # name to match for mounting
secret:
secretName: firebase-secret # name of secret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment