pyaillet/etendre-k8s

Find a smart way to pass the Giphy API Key to giphyserver

Closed this issue · 1 comments

Find a smart way to pass the Giphy API Key to giphyserver

In the controller deployment, we can reference it as an env variable :

containers:
        - name: giphy-operator
          env:
            - name: GIPHY_API_KEY
              value: $SECRET_API_KEY