fix: fix atlantis prod kustomization
This commit is contained in:
@@ -1,16 +1,17 @@
|
|||||||
namePrefix: prod-
|
|
||||||
generatorOptions:
|
generatorOptions:
|
||||||
disableNameSuffixHash: true
|
disableNameSuffixHash: true
|
||||||
secretGenerator:
|
secretGenerator:
|
||||||
- name: atlantis-appsettings
|
- name: prod-atlantis-appsettings
|
||||||
files:
|
files:
|
||||||
- appsettings.json
|
- appsettings.json
|
||||||
|
- name: prod-atlantis-env
|
||||||
|
envs:
|
||||||
|
- default.env
|
||||||
patches:
|
patches:
|
||||||
- target:
|
- target:
|
||||||
group: apps
|
group: apps
|
||||||
version: v1
|
version: v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
name: atlantis
|
|
||||||
path: deployment_patch.yaml
|
path: deployment_patch.yaml
|
||||||
resources:
|
resources:
|
||||||
- ../base
|
- ../base
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
fullnameOverride: "sorcerer"
|
image:
|
||||||
|
tag: latest
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
annotations:
|
annotations:
|
||||||
|
|||||||
Reference in New Issue
Block a user