Skip to content

Commit

Permalink
feat :: kafka operator 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Jul 8, 2024
1 parent a2450a7 commit 28e620e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions apps/kakfa-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: v2
name: kafka-operator
description: Kafka Operator
type: application
version: 1.0.0
dependencies:
- name: strimzi-kafka-operator
version: 0.41.0
repository: https://strimzi.io/charts/
2 changes: 1 addition & 1 deletion charts/xquare-application/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
type: application
name: xquare-application
version: 1.0.55
version: 1.0.56
appVersion: "1.0.0"
description: Xquare application
9 changes: 9 additions & 0 deletions charts/xquare-application/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,15 @@ projects:
source:
path: apps/gocd
repoURL: https://github.com/team-xquare/k8s-resource.git
syncPolicy:
automated:
prune: false
selfHeal: true
- name: kafka-operator
namespace: kafka
source:
path: apps/kafka-operator
repoURL: https://github.com/team-xquare/k8s-resource.git
syncPolicy:
automated:
prune: false
Expand Down

0 comments on commit 28e620e

Please sign in to comment.