mirror of
https://github.com/Direct-Dev-Ru/go-lcg.git
synced 2025-11-16 01:29:55 +00:00
Merged main into release while building v2.0.3
This commit is contained in:
@@ -28,7 +28,7 @@ spec:
|
|||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: lcg-config
|
name: lcg-config
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: lcg-secret
|
name: lcg-secrets
|
||||||
env:
|
env:
|
||||||
# Pod information
|
# Pod information
|
||||||
- name: POD_NAME
|
- name: POD_NAME
|
||||||
@@ -81,7 +81,7 @@ fi
|
|||||||
|
|
||||||
success "✅ kustomize/configmap.yaml сгенерирован успешно"
|
success "✅ kustomize/configmap.yaml сгенерирован успешно"
|
||||||
|
|
||||||
if ! envsubst < deploy/deployment.tmpl.yaml > kustomize/deployment.yaml; then
|
if ! envsubst < deploy/3.deployment.tmpl.yaml > kustomize/deployment.yaml; then
|
||||||
error "Ошибка при генерации kustomize/deployment.yaml"
|
error "Ошибка при генерации kustomize/deployment.yaml"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ spec:
|
|||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: lcg-config
|
name: lcg-config
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: lcg-secret
|
name: lcg-secrets
|
||||||
env:
|
env:
|
||||||
# Pod information
|
# Pod information
|
||||||
- name: POD_NAME
|
- name: POD_NAME
|
||||||
|
|||||||
Reference in New Issue
Block a user