Исправления в ветке main

This commit is contained in:
2025-10-28 10:38:19 +06:00
parent 3be2880dd2
commit 0da366cad5
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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