LogoLogo
Github
  • πŸš€Getting Started
    • Platform Installation
  • Platform
    • πŸ‘–Pocketbase
    • πŸ“‚Projects
    • πŸ“ƒBlueprints
    • 🟒Deployments
    • πŸ—ΊοΈMap
    • ⏱️Rollouts
    • πŸ’ΎImage
    • ↔️Scale
    • πŸ”€Network
    • πŸ’ΏVolumes
    • πŸ”Envs & Secrets
  • Operator manual
    • πŸ—οΈArchitecture
    • πŸ”§Setup Guide
    • 🧬CRD
  • additional resources
    • πŸ‘©β€πŸ’»Examples
      • Prebuilt Applications
      • Builds
Powered by GitBook

Partners

  • Natron Tech
  • Bern University of applied science
  • GitBook

All rights reserved.

On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Platform

Envs & Secrets

PreviousVolumesNextArchitecture

Last updated 1 year ago

Was this helpful?

On the envs & secrets page you can configure the environment variables and secrets for your application. The environment variables are key-value pairs that are injected into the container. The secrets are sensitive data that are stored as Kubernetes secrets. The secrets are base64 encoded and can be used as environment variables or mounted as files. You can simply copy and paste the content of your .env file or secret file into the text area.

Both the environment variables and secrets are available in the container as environment variables.

πŸ”
envs & secrets overview