Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 699 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 699 Bytes

Nextcloud Kustomization: A Simple Introduction

Note

This guide is not suitable for production use. It only serves as a basic illustration of how to customize applications with Kustomize.

Useful Links

Quick Start

Before deploying to a cluster, add base64 encoded passwords to the secret.yaml and replace the example domain "my-nextcloud.works.com" inside the kustomization.yaml with your own domain.

Apply your manifest to the cluster.

cd Nextcloud_Kustomization/environment/development
kubectl apply -k .