Skip to content

Commit b848303

Browse files
Fix/external dns (#953)
* fix: add server side apply for external-secret * docs: automated helm-docs action * feat: add ServerSideApply in external-secret crds --------- Co-authored-by: GlueOps <[email protected]>
1 parent eac33ae commit b848303

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
appVersion: v0.1.0
33
description: This chart deploys the GlueOps Platform
44
name: glueops-platform
5-
version: 0.61.2
5+
version: 0.61.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# glueops-platform
22

3-
![Version: 0.61.2](https://img.shields.io/badge/Version-0.61.2-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![Version: 0.61.3](https://img.shields.io/badge/Version-0.61.3-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
44

55
This chart deploys the GlueOps Platform
66

templates/application-external-secrets-crd.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ spec:
1414
syncPolicy:
1515
syncOptions:
1616
- Replace=true
17+
- ServerSideApply=true
18+
1719
automated:
1820
prune: true
1921
selfHeal: true

templates/application-external-secrets.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ spec:
1414
syncPolicy:
1515
syncOptions:
1616
- CreateNamespace=true
17+
- ServerSideApply=true
1718
automated:
1819
prune: true
1920
selfHeal: true

0 commit comments

Comments
 (0)