Skip to content

Instantly share code, notes, and snippets.

@chr00ted
chr00ted / AWX-NFS-Instance_group.txt
Last active February 6, 2024 20:42
AWX Instance Group custom pod spec for NFS mounts
apiVersion: v1
kind: Pod
metadata:
namespace: awx
spec:
serviceAccountName: default
automountServiceAccountToken: false
containers:
- image: quay.io/ansible/awx-ee:latest
name: worker