mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 08:50:42 +02:00
## Summary There were old kustomization logic used, such as commonLabels and different patch handling. ## Related issues N/A ## User Explanation `kustomization build` will not show any warning, and the result should be exactly the same as before. ## Checklist - [ ] reference any related issues - [ ] updated unit tests - [ ] add appropriate label (`enhancement`, `bug`, `breaking`, `dependencies`, `ci`) - [ ] ready for review
12 lines
251 B
YAML
12 lines
251 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: pomerium-zero
|
|
labels:
|
|
- includeSelectors: true
|
|
pairs:
|
|
app.kubernetes.io/name: pomerium-zero
|
|
resources:
|
|
- namespace.yaml
|
|
- ./rbac
|
|
- ./deployment
|
|
- ./service
|