Commit Graph

48 Commits

Author SHA1 Message Date
1bbfd49265 feat(secret): allow generate hex
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-03 23:59:32 +03:00
eafcf8ba09 chore: increase default password length up to 32
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-02 23:57:38 +03:00
42a80492ad fix(metadata): remove duplications
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-02 23:31:55 +03:00
460c4b6c5c feat: simplify starter
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-02 23:21:08 +03:00
bcf9648dae feat: add app.kubernetes.io/name and app.kubernetes.io/instance to default labels 2023-03-02 23:20:23 +03:00
b4fe1239b5 refactor: print debug as yaml 2023-03-01 23:39:53 +03:00
98d893e74b feat: add debug 2023-03-01 22:04:37 +03:00
1f3a7e1050 feat: add some templates from bitnami/common
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-01 20:59:09 +03:00
2b878f03e0 feat: add pod priorityClassName 2023-02-15 18:35:45 +08:00
f5e2b9dd67 feat: servicemonitor port must be string 2022-10-18 16:18:38 +08:00
574efd8df0 feat: add podLabels value 2022-10-08 02:46:17 +08:00
e62d31f8b9 feat(cronjob): add cronjob activeDeadlineSeconds options 2022-09-30 14:38:16 +08:00
4383dfb7a5 feat(cronjobs): cronjob add suspend parameter 2022-09-27 20:55:27 +08:00
2e064e65da feat: ingress.path now is an object intead string (#10) 2022-06-10 16:54:05 +08:00
54b4a74b85 fix: wrong removing space (#9) 2022-06-10 15:57:40 +08:00
7284144b77 fix: wrong variable calling (#8) 2022-06-10 15:19:50 +08:00
5d28270192 feat: bump resource api version (#7) 2022-06-10 14:56:01 +08:00
139a585fd2 Revert "fix: wrong common.fullname"
This reverts commit 30d024225c.
2022-06-08 09:57:26 +08:00
30d024225c fix: wrong common.fullname 2022-06-01 16:03:33 +08:00
a6fab55d7d style: normalize indentations for list items 2020-04-27 10:50:33 +08:00
a0bfeb4cf6 style: remove most right whitespace chomps except those directly following a template definition 2020-04-27 10:47:25 +08:00
dd6822704c feat: add $pod.podAnnotations 2020-04-27 09:40:34 +08:00
b276dbc9da fix: correct rendering condition of PDB 2020-04-23 17:05:37 +08:00
9bd8494e4f fix: common.serviceAccountName should accepts $serviceAccount 2020-04-23 16:53:21 +08:00
264d45a564 refactor: remove duplicate template common.labels 2020-04-23 15:42:36 +08:00
70530640c5 refactor: correct indentations 2020-04-23 11:39:06 +08:00
5e84d4fb5f refactor: $values => $pod 2020-04-22 17:19:44 +08:00
9a5a128c6e refactor: correct indents 2020-04-22 17:19:05 +08:00
18cadb5759 refactor: correct variable name $pod => $deployment 2020-04-22 12:51:04 +08:00
de752b0fb1 style: trim whitespaces before {{include}} 2020-04-22 12:23:57 +08:00
bae66c7c9c refactor: common.pod-template => common.pod.template 2020-04-22 10:55:16 +08:00
96ba1fecbb refactor: remove CronJob.spec.jobTemplate.metadata.name 2020-04-22 10:51:27 +08:00
9aecdacf39 feat: allow arguments to be passed to templates 2020-04-22 10:26:17 +08:00
bddaab6942 feat: add template common.cronJob 2020-04-20 16:38:09 +08:00
6fbe885937 feat: extract template common.pod-template 2020-04-20 16:24:28 +08:00
2228f4a49e feat: add template common.serviceMonitor.secret 2020-04-20 11:12:29 +08:00
923cf384cd feat: add template common.serviceMonitor 2020-04-20 11:10:52 +08:00
5fb7898e1b feat: allow common.metadata to be extended 2020-04-17 11:19:01 +08:00
950eb57186 feat: add template common.pdb 2020-04-15 17:07:34 +08:00
9b4cc30c89 feat: add template common.hpa 2020-04-15 16:12:37 +08:00
999118590b feat: add template common.secret 2020-04-15 16:11:13 +08:00
c1491285e5 feat: add template common.configMap 2020-04-15 16:10:58 +08:00
bcce24e19a feat: add template common.serviceAccount 2020-04-15 16:08:30 +08:00
b718fcb0b7 feat: add template common.ingress 2020-04-15 16:06:38 +08:00
6d1a271b44 feat: add template common.service 2020-04-15 16:05:36 +08:00
a77ef4878e feat: add template common.deployment 2020-04-15 16:03:43 +08:00
ca615dee81 feat: add template common.container 2020-04-15 16:02:35 +08:00
66727cc7cb feat: add utils for generating metadata 2020-04-15 15:12:37 +08:00