diff options
| author | 2020-11-26 14:12:21 -0800 | |
|---|---|---|
| committer | 2020-11-26 14:12:21 -0800 | |
| commit | 7729cfb618e8608cff4c8d458fb36d921629d466 (patch) | |
| tree | fe4ffae7c013cdf46c8e21ec0e0a2bd536b02d3d /deployment.yaml | |
| parent | Help channels: document the return value of notify() (diff) | |
| parent | Merge pull request #1307 from python-discord/sebastiaan/bugs/add-voiceban-to-... (diff) | |
Merge branch 'master' into feat/help/refactor
Diffstat (limited to 'deployment.yaml')
| -rw-r--r-- | deployment.yaml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/deployment.yaml b/deployment.yaml deleted file mode 100644 index ca5ff5941..000000000 --- a/deployment.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: bot -spec: - replicas: 1 - selector: - matchLabels: - app: bot - template: - metadata: - labels: - app: bot - spec: - containers: - - name: bot - image: ghcr.io/python-discord/bot:latest - imagePullPolicy: Always - envFrom: - - secretRef: - name: bot-env |