Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 645 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 645 Bytes

Drupal Operator

This is a very early working POC for development of an drupal Ansible operator, feedback is welcomed!

Install Operator

kubectl apply -f deploy/

Create a Drupal instance

Once the operator is installed in a namespace you can create Drupal resources.

apiVersion: drupal.org/v1alpha1
kind: Drupal
metadata:
  name: example-drupal
spec:
  version: 8.6

This will automatically trigger the operator to run the ansible playbook and deploy a new Drupal :)