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