Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 574 Bytes

kustomization.rst

File metadata and controls

39 lines (26 loc) · 574 Bytes

kustomization

Description

A very simple wrapper around kubectl apply -k.

Requirements

  • kubectl

Parameters

Parameter Comment
N/A Module does not support additional parameters

Examples

# This module executes "kubectl apply -k <directory>"
- name: Deploy app
  kustomization: app/  # in Narrenschiff paths are relative to files/ dir in a course project

Status

Warning

This module is experimental.