mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Pull in downstream k8s installer changes
- Secretification of secret stuff - Backup / restore
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
- name: Set the Kubernetes Context
|
||||
shell: "kubectl config use-context {{ kubernetes_context }}"
|
||||
|
||||
---
|
||||
- name: Get Namespace Detail
|
||||
shell: "kubectl get namespace {{ kubernetes_namespace }}"
|
||||
register: namespace_details
|
||||
@@ -14,3 +12,4 @@
|
||||
set_fact:
|
||||
postgresql_service_name: "{{ kubernetes_deployment_name }}-postgresql"
|
||||
when: "pg_hostname is not defined or pg_hostname == ''"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user