remove vikunja
This commit is contained in:
parent
c8b62c6c55
commit
fbc5b730cc
@ -1,21 +0,0 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
|
||||||
kind: Application
|
|
||||||
metadata:
|
|
||||||
name: vikunja
|
|
||||||
namespace: argocd
|
|
||||||
spec:
|
|
||||||
project: my-apps
|
|
||||||
source:
|
|
||||||
repoURL: https://git.dvirlabs.com/dvirlabs/my-apps.git
|
|
||||||
targetRevision: HEAD
|
|
||||||
path: charts/vikunja-chart
|
|
||||||
helm:
|
|
||||||
valueFiles:
|
|
||||||
- ../../manifests/vikunja/values.yaml
|
|
||||||
destination:
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
namespace: my-apps
|
|
||||||
syncPolicy:
|
|
||||||
automated:
|
|
||||||
prune: true
|
|
||||||
selfHeal: true
|
|
||||||
@ -1,25 +0,0 @@
|
|||||||
# Patterns to ignore when building packages.
|
|
||||||
# This supports shell glob matching, relative path matching, and
|
|
||||||
# negation (prefixed with !). Only one pattern per line.
|
|
||||||
.DS_Store
|
|
||||||
# Common VCS dirs
|
|
||||||
.git/
|
|
||||||
.gitignore
|
|
||||||
.bzr/
|
|
||||||
.bzrignore
|
|
||||||
.hg/
|
|
||||||
.hgignore
|
|
||||||
.svn/
|
|
||||||
.github/
|
|
||||||
# Common backup files
|
|
||||||
*.swp
|
|
||||||
*.bak
|
|
||||||
*.tmp
|
|
||||||
*.orig
|
|
||||||
*~
|
|
||||||
# Various IDEs
|
|
||||||
.project
|
|
||||||
.idea/
|
|
||||||
*.tmproj
|
|
||||||
.vscode/
|
|
||||||
/cr
|
|
||||||
@ -1,12 +0,0 @@
|
|||||||
dependencies:
|
|
||||||
- name: redis
|
|
||||||
repository: https://charts.bitnami.com/bitnami
|
|
||||||
version: 18.6.3
|
|
||||||
- name: postgresql
|
|
||||||
repository: https://charts.bitnami.com/bitnami
|
|
||||||
version: 16.4.5
|
|
||||||
- name: common
|
|
||||||
repository: https://bjw-s-labs.github.io/helm-charts
|
|
||||||
version: 1.5.1
|
|
||||||
digest: sha256:77d5f7e4127f0a58d28f10ed4b2bafcbc03416dcf03ea9427dbbb67e4ef7c91e
|
|
||||||
generated: "2025-05-21T14:17:33.504678239+02:00"
|
|
||||||
@ -1,38 +0,0 @@
|
|||||||
annotations:
|
|
||||||
category: TaskTracker
|
|
||||||
apiVersion: v2
|
|
||||||
appVersion: 0.24.6
|
|
||||||
dependencies:
|
|
||||||
- condition: redis.enabled
|
|
||||||
name: redis
|
|
||||||
repository: https://charts.bitnami.com/bitnami
|
|
||||||
version: 18.6.3
|
|
||||||
- condition: postgresql.enabled
|
|
||||||
name: postgresql
|
|
||||||
repository: https://charts.bitnami.com/bitnami
|
|
||||||
version: 16.4.5
|
|
||||||
- name: common
|
|
||||||
repository: https://bjw-s-labs.github.io/helm-charts
|
|
||||||
version: 1.5.1
|
|
||||||
description: The open-source, self-hostable to-do app. Organize everything, on all
|
|
||||||
platforms.
|
|
||||||
home: https://kolaente.dev/vikunja/helm-chart
|
|
||||||
icon: https://kolaente.dev/vikunja/helm-chart/raw/main/icon.png
|
|
||||||
keywords:
|
|
||||||
- vikunja
|
|
||||||
- todo
|
|
||||||
- to-do
|
|
||||||
- task
|
|
||||||
- task-tracker
|
|
||||||
- project-management
|
|
||||||
- self-hosted
|
|
||||||
kubeVersion: '>= 1.19'
|
|
||||||
maintainers:
|
|
||||||
- name: Vikunja
|
|
||||||
url: https://vikunja.io
|
|
||||||
name: vikunja
|
|
||||||
sources:
|
|
||||||
- https://github.com/go-vikunja/helm-chart
|
|
||||||
- https://vikunja.io
|
|
||||||
type: application
|
|
||||||
version: 1.0.0
|
|
||||||
@ -1,661 +0,0 @@
|
|||||||
GNU AFFERO GENERAL PUBLIC LICENSE
|
|
||||||
Version 3, 19 November 2007
|
|
||||||
|
|
||||||
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
|
||||||
Everyone is permitted to copy and distribute verbatim copies
|
|
||||||
of this license document, but changing it is not allowed.
|
|
||||||
|
|
||||||
Preamble
|
|
||||||
|
|
||||||
The GNU Affero General Public License is a free, copyleft license for
|
|
||||||
software and other kinds of works, specifically designed to ensure
|
|
||||||
cooperation with the community in the case of network server software.
|
|
||||||
|
|
||||||
The licenses for most software and other practical works are designed
|
|
||||||
to take away your freedom to share and change the works. By contrast,
|
|
||||||
our General Public Licenses are intended to guarantee your freedom to
|
|
||||||
share and change all versions of a program--to make sure it remains free
|
|
||||||
software for all its users.
|
|
||||||
|
|
||||||
When we speak of free software, we are referring to freedom, not
|
|
||||||
price. Our General Public Licenses are designed to make sure that you
|
|
||||||
have the freedom to distribute copies of free software (and charge for
|
|
||||||
them if you wish), that you receive source code or can get it if you
|
|
||||||
want it, that you can change the software or use pieces of it in new
|
|
||||||
free programs, and that you know you can do these things.
|
|
||||||
|
|
||||||
Developers that use our General Public Licenses protect your rights
|
|
||||||
with two steps: (1) assert copyright on the software, and (2) offer
|
|
||||||
you this License which gives you legal permission to copy, distribute
|
|
||||||
and/or modify the software.
|
|
||||||
|
|
||||||
A secondary benefit of defending all users' freedom is that
|
|
||||||
improvements made in alternate versions of the program, if they
|
|
||||||
receive widespread use, become available for other developers to
|
|
||||||
incorporate. Many developers of free software are heartened and
|
|
||||||
encouraged by the resulting cooperation. However, in the case of
|
|
||||||
software used on network servers, this result may fail to come about.
|
|
||||||
The GNU General Public License permits making a modified version and
|
|
||||||
letting the public access it on a server without ever releasing its
|
|
||||||
source code to the public.
|
|
||||||
|
|
||||||
The GNU Affero General Public License is designed specifically to
|
|
||||||
ensure that, in such cases, the modified source code becomes available
|
|
||||||
to the community. It requires the operator of a network server to
|
|
||||||
provide the source code of the modified version running there to the
|
|
||||||
users of that server. Therefore, public use of a modified version, on
|
|
||||||
a publicly accessible server, gives the public access to the source
|
|
||||||
code of the modified version.
|
|
||||||
|
|
||||||
An older license, called the Affero General Public License and
|
|
||||||
published by Affero, was designed to accomplish similar goals. This is
|
|
||||||
a different license, not a version of the Affero GPL, but Affero has
|
|
||||||
released a new version of the Affero GPL which permits relicensing under
|
|
||||||
this license.
|
|
||||||
|
|
||||||
The precise terms and conditions for copying, distribution and
|
|
||||||
modification follow.
|
|
||||||
|
|
||||||
TERMS AND CONDITIONS
|
|
||||||
|
|
||||||
0. Definitions.
|
|
||||||
|
|
||||||
"This License" refers to version 3 of the GNU Affero General Public License.
|
|
||||||
|
|
||||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
|
||||||
works, such as semiconductor masks.
|
|
||||||
|
|
||||||
"The Program" refers to any copyrightable work licensed under this
|
|
||||||
License. Each licensee is addressed as "you". "Licensees" and
|
|
||||||
"recipients" may be individuals or organizations.
|
|
||||||
|
|
||||||
To "modify" a work means to copy from or adapt all or part of the work
|
|
||||||
in a fashion requiring copyright permission, other than the making of an
|
|
||||||
exact copy. The resulting work is called a "modified version" of the
|
|
||||||
earlier work or a work "based on" the earlier work.
|
|
||||||
|
|
||||||
A "covered work" means either the unmodified Program or a work based
|
|
||||||
on the Program.
|
|
||||||
|
|
||||||
To "propagate" a work means to do anything with it that, without
|
|
||||||
permission, would make you directly or secondarily liable for
|
|
||||||
infringement under applicable copyright law, except executing it on a
|
|
||||||
computer or modifying a private copy. Propagation includes copying,
|
|
||||||
distribution (with or without modification), making available to the
|
|
||||||
public, and in some countries other activities as well.
|
|
||||||
|
|
||||||
To "convey" a work means any kind of propagation that enables other
|
|
||||||
parties to make or receive copies. Mere interaction with a user through
|
|
||||||
a computer network, with no transfer of a copy, is not conveying.
|
|
||||||
|
|
||||||
An interactive user interface displays "Appropriate Legal Notices"
|
|
||||||
to the extent that it includes a convenient and prominently visible
|
|
||||||
feature that (1) displays an appropriate copyright notice, and (2)
|
|
||||||
tells the user that there is no warranty for the work (except to the
|
|
||||||
extent that warranties are provided), that licensees may convey the
|
|
||||||
work under this License, and how to view a copy of this License. If
|
|
||||||
the interface presents a list of user commands or options, such as a
|
|
||||||
menu, a prominent item in the list meets this criterion.
|
|
||||||
|
|
||||||
1. Source Code.
|
|
||||||
|
|
||||||
The "source code" for a work means the preferred form of the work
|
|
||||||
for making modifications to it. "Object code" means any non-source
|
|
||||||
form of a work.
|
|
||||||
|
|
||||||
A "Standard Interface" means an interface that either is an official
|
|
||||||
standard defined by a recognized standards body, or, in the case of
|
|
||||||
interfaces specified for a particular programming language, one that
|
|
||||||
is widely used among developers working in that language.
|
|
||||||
|
|
||||||
The "System Libraries" of an executable work include anything, other
|
|
||||||
than the work as a whole, that (a) is included in the normal form of
|
|
||||||
packaging a Major Component, but which is not part of that Major
|
|
||||||
Component, and (b) serves only to enable use of the work with that
|
|
||||||
Major Component, or to implement a Standard Interface for which an
|
|
||||||
implementation is available to the public in source code form. A
|
|
||||||
"Major Component", in this context, means a major essential component
|
|
||||||
(kernel, window system, and so on) of the specific operating system
|
|
||||||
(if any) on which the executable work runs, or a compiler used to
|
|
||||||
produce the work, or an object code interpreter used to run it.
|
|
||||||
|
|
||||||
The "Corresponding Source" for a work in object code form means all
|
|
||||||
the source code needed to generate, install, and (for an executable
|
|
||||||
work) run the object code and to modify the work, including scripts to
|
|
||||||
control those activities. However, it does not include the work's
|
|
||||||
System Libraries, or general-purpose tools or generally available free
|
|
||||||
programs which are used unmodified in performing those activities but
|
|
||||||
which are not part of the work. For example, Corresponding Source
|
|
||||||
includes interface definition files associated with source files for
|
|
||||||
the work, and the source code for shared libraries and dynamically
|
|
||||||
linked subprograms that the work is specifically designed to require,
|
|
||||||
such as by intimate data communication or control flow between those
|
|
||||||
subprograms and other parts of the work.
|
|
||||||
|
|
||||||
The Corresponding Source need not include anything that users
|
|
||||||
can regenerate automatically from other parts of the Corresponding
|
|
||||||
Source.
|
|
||||||
|
|
||||||
The Corresponding Source for a work in source code form is that
|
|
||||||
same work.
|
|
||||||
|
|
||||||
2. Basic Permissions.
|
|
||||||
|
|
||||||
All rights granted under this License are granted for the term of
|
|
||||||
copyright on the Program, and are irrevocable provided the stated
|
|
||||||
conditions are met. This License explicitly affirms your unlimited
|
|
||||||
permission to run the unmodified Program. The output from running a
|
|
||||||
covered work is covered by this License only if the output, given its
|
|
||||||
content, constitutes a covered work. This License acknowledges your
|
|
||||||
rights of fair use or other equivalent, as provided by copyright law.
|
|
||||||
|
|
||||||
You may make, run and propagate covered works that you do not
|
|
||||||
convey, without conditions so long as your license otherwise remains
|
|
||||||
in force. You may convey covered works to others for the sole purpose
|
|
||||||
of having them make modifications exclusively for you, or provide you
|
|
||||||
with facilities for running those works, provided that you comply with
|
|
||||||
the terms of this License in conveying all material for which you do
|
|
||||||
not control copyright. Those thus making or running the covered works
|
|
||||||
for you must do so exclusively on your behalf, under your direction
|
|
||||||
and control, on terms that prohibit them from making any copies of
|
|
||||||
your copyrighted material outside their relationship with you.
|
|
||||||
|
|
||||||
Conveying under any other circumstances is permitted solely under
|
|
||||||
the conditions stated below. Sublicensing is not allowed; section 10
|
|
||||||
makes it unnecessary.
|
|
||||||
|
|
||||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
|
||||||
|
|
||||||
No covered work shall be deemed part of an effective technological
|
|
||||||
measure under any applicable law fulfilling obligations under article
|
|
||||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
|
||||||
similar laws prohibiting or restricting circumvention of such
|
|
||||||
measures.
|
|
||||||
|
|
||||||
When you convey a covered work, you waive any legal power to forbid
|
|
||||||
circumvention of technological measures to the extent such circumvention
|
|
||||||
is effected by exercising rights under this License with respect to
|
|
||||||
the covered work, and you disclaim any intention to limit operation or
|
|
||||||
modification of the work as a means of enforcing, against the work's
|
|
||||||
users, your or third parties' legal rights to forbid circumvention of
|
|
||||||
technological measures.
|
|
||||||
|
|
||||||
4. Conveying Verbatim Copies.
|
|
||||||
|
|
||||||
You may convey verbatim copies of the Program's source code as you
|
|
||||||
receive it, in any medium, provided that you conspicuously and
|
|
||||||
appropriately publish on each copy an appropriate copyright notice;
|
|
||||||
keep intact all notices stating that this License and any
|
|
||||||
non-permissive terms added in accord with section 7 apply to the code;
|
|
||||||
keep intact all notices of the absence of any warranty; and give all
|
|
||||||
recipients a copy of this License along with the Program.
|
|
||||||
|
|
||||||
You may charge any price or no price for each copy that you convey,
|
|
||||||
and you may offer support or warranty protection for a fee.
|
|
||||||
|
|
||||||
5. Conveying Modified Source Versions.
|
|
||||||
|
|
||||||
You may convey a work based on the Program, or the modifications to
|
|
||||||
produce it from the Program, in the form of source code under the
|
|
||||||
terms of section 4, provided that you also meet all of these conditions:
|
|
||||||
|
|
||||||
a) The work must carry prominent notices stating that you modified
|
|
||||||
it, and giving a relevant date.
|
|
||||||
|
|
||||||
b) The work must carry prominent notices stating that it is
|
|
||||||
released under this License and any conditions added under section
|
|
||||||
7. This requirement modifies the requirement in section 4 to
|
|
||||||
"keep intact all notices".
|
|
||||||
|
|
||||||
c) You must license the entire work, as a whole, under this
|
|
||||||
License to anyone who comes into possession of a copy. This
|
|
||||||
License will therefore apply, along with any applicable section 7
|
|
||||||
additional terms, to the whole of the work, and all its parts,
|
|
||||||
regardless of how they are packaged. This License gives no
|
|
||||||
permission to license the work in any other way, but it does not
|
|
||||||
invalidate such permission if you have separately received it.
|
|
||||||
|
|
||||||
d) If the work has interactive user interfaces, each must display
|
|
||||||
Appropriate Legal Notices; however, if the Program has interactive
|
|
||||||
interfaces that do not display Appropriate Legal Notices, your
|
|
||||||
work need not make them do so.
|
|
||||||
|
|
||||||
A compilation of a covered work with other separate and independent
|
|
||||||
works, which are not by their nature extensions of the covered work,
|
|
||||||
and which are not combined with it such as to form a larger program,
|
|
||||||
in or on a volume of a storage or distribution medium, is called an
|
|
||||||
"aggregate" if the compilation and its resulting copyright are not
|
|
||||||
used to limit the access or legal rights of the compilation's users
|
|
||||||
beyond what the individual works permit. Inclusion of a covered work
|
|
||||||
in an aggregate does not cause this License to apply to the other
|
|
||||||
parts of the aggregate.
|
|
||||||
|
|
||||||
6. Conveying Non-Source Forms.
|
|
||||||
|
|
||||||
You may convey a covered work in object code form under the terms
|
|
||||||
of sections 4 and 5, provided that you also convey the
|
|
||||||
machine-readable Corresponding Source under the terms of this License,
|
|
||||||
in one of these ways:
|
|
||||||
|
|
||||||
a) Convey the object code in, or embodied in, a physical product
|
|
||||||
(including a physical distribution medium), accompanied by the
|
|
||||||
Corresponding Source fixed on a durable physical medium
|
|
||||||
customarily used for software interchange.
|
|
||||||
|
|
||||||
b) Convey the object code in, or embodied in, a physical product
|
|
||||||
(including a physical distribution medium), accompanied by a
|
|
||||||
written offer, valid for at least three years and valid for as
|
|
||||||
long as you offer spare parts or customer support for that product
|
|
||||||
model, to give anyone who possesses the object code either (1) a
|
|
||||||
copy of the Corresponding Source for all the software in the
|
|
||||||
product that is covered by this License, on a durable physical
|
|
||||||
medium customarily used for software interchange, for a price no
|
|
||||||
more than your reasonable cost of physically performing this
|
|
||||||
conveying of source, or (2) access to copy the
|
|
||||||
Corresponding Source from a network server at no charge.
|
|
||||||
|
|
||||||
c) Convey individual copies of the object code with a copy of the
|
|
||||||
written offer to provide the Corresponding Source. This
|
|
||||||
alternative is allowed only occasionally and noncommercially, and
|
|
||||||
only if you received the object code with such an offer, in accord
|
|
||||||
with subsection 6b.
|
|
||||||
|
|
||||||
d) Convey the object code by offering access from a designated
|
|
||||||
place (gratis or for a charge), and offer equivalent access to the
|
|
||||||
Corresponding Source in the same way through the same place at no
|
|
||||||
further charge. You need not require recipients to copy the
|
|
||||||
Corresponding Source along with the object code. If the place to
|
|
||||||
copy the object code is a network server, the Corresponding Source
|
|
||||||
may be on a different server (operated by you or a third party)
|
|
||||||
that supports equivalent copying facilities, provided you maintain
|
|
||||||
clear directions next to the object code saying where to find the
|
|
||||||
Corresponding Source. Regardless of what server hosts the
|
|
||||||
Corresponding Source, you remain obligated to ensure that it is
|
|
||||||
available for as long as needed to satisfy these requirements.
|
|
||||||
|
|
||||||
e) Convey the object code using peer-to-peer transmission, provided
|
|
||||||
you inform other peers where the object code and Corresponding
|
|
||||||
Source of the work are being offered to the general public at no
|
|
||||||
charge under subsection 6d.
|
|
||||||
|
|
||||||
A separable portion of the object code, whose source code is excluded
|
|
||||||
from the Corresponding Source as a System Library, need not be
|
|
||||||
included in conveying the object code work.
|
|
||||||
|
|
||||||
A "User Product" is either (1) a "consumer product", which means any
|
|
||||||
tangible personal property which is normally used for personal, family,
|
|
||||||
or household purposes, or (2) anything designed or sold for incorporation
|
|
||||||
into a dwelling. In determining whether a product is a consumer product,
|
|
||||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
|
||||||
product received by a particular user, "normally used" refers to a
|
|
||||||
typical or common use of that class of product, regardless of the status
|
|
||||||
of the particular user or of the way in which the particular user
|
|
||||||
actually uses, or expects or is expected to use, the product. A product
|
|
||||||
is a consumer product regardless of whether the product has substantial
|
|
||||||
commercial, industrial or non-consumer uses, unless such uses represent
|
|
||||||
the only significant mode of use of the product.
|
|
||||||
|
|
||||||
"Installation Information" for a User Product means any methods,
|
|
||||||
procedures, authorization keys, or other information required to install
|
|
||||||
and execute modified versions of a covered work in that User Product from
|
|
||||||
a modified version of its Corresponding Source. The information must
|
|
||||||
suffice to ensure that the continued functioning of the modified object
|
|
||||||
code is in no case prevented or interfered with solely because
|
|
||||||
modification has been made.
|
|
||||||
|
|
||||||
If you convey an object code work under this section in, or with, or
|
|
||||||
specifically for use in, a User Product, and the conveying occurs as
|
|
||||||
part of a transaction in which the right of possession and use of the
|
|
||||||
User Product is transferred to the recipient in perpetuity or for a
|
|
||||||
fixed term (regardless of how the transaction is characterized), the
|
|
||||||
Corresponding Source conveyed under this section must be accompanied
|
|
||||||
by the Installation Information. But this requirement does not apply
|
|
||||||
if neither you nor any third party retains the ability to install
|
|
||||||
modified object code on the User Product (for example, the work has
|
|
||||||
been installed in ROM).
|
|
||||||
|
|
||||||
The requirement to provide Installation Information does not include a
|
|
||||||
requirement to continue to provide support service, warranty, or updates
|
|
||||||
for a work that has been modified or installed by the recipient, or for
|
|
||||||
the User Product in which it has been modified or installed. Access to a
|
|
||||||
network may be denied when the modification itself materially and
|
|
||||||
adversely affects the operation of the network or violates the rules and
|
|
||||||
protocols for communication across the network.
|
|
||||||
|
|
||||||
Corresponding Source conveyed, and Installation Information provided,
|
|
||||||
in accord with this section must be in a format that is publicly
|
|
||||||
documented (and with an implementation available to the public in
|
|
||||||
source code form), and must require no special password or key for
|
|
||||||
unpacking, reading or copying.
|
|
||||||
|
|
||||||
7. Additional Terms.
|
|
||||||
|
|
||||||
"Additional permissions" are terms that supplement the terms of this
|
|
||||||
License by making exceptions from one or more of its conditions.
|
|
||||||
Additional permissions that are applicable to the entire Program shall
|
|
||||||
be treated as though they were included in this License, to the extent
|
|
||||||
that they are valid under applicable law. If additional permissions
|
|
||||||
apply only to part of the Program, that part may be used separately
|
|
||||||
under those permissions, but the entire Program remains governed by
|
|
||||||
this License without regard to the additional permissions.
|
|
||||||
|
|
||||||
When you convey a copy of a covered work, you may at your option
|
|
||||||
remove any additional permissions from that copy, or from any part of
|
|
||||||
it. (Additional permissions may be written to require their own
|
|
||||||
removal in certain cases when you modify the work.) You may place
|
|
||||||
additional permissions on material, added by you to a covered work,
|
|
||||||
for which you have or can give appropriate copyright permission.
|
|
||||||
|
|
||||||
Notwithstanding any other provision of this License, for material you
|
|
||||||
add to a covered work, you may (if authorized by the copyright holders of
|
|
||||||
that material) supplement the terms of this License with terms:
|
|
||||||
|
|
||||||
a) Disclaiming warranty or limiting liability differently from the
|
|
||||||
terms of sections 15 and 16 of this License; or
|
|
||||||
|
|
||||||
b) Requiring preservation of specified reasonable legal notices or
|
|
||||||
author attributions in that material or in the Appropriate Legal
|
|
||||||
Notices displayed by works containing it; or
|
|
||||||
|
|
||||||
c) Prohibiting misrepresentation of the origin of that material, or
|
|
||||||
requiring that modified versions of such material be marked in
|
|
||||||
reasonable ways as different from the original version; or
|
|
||||||
|
|
||||||
d) Limiting the use for publicity purposes of names of licensors or
|
|
||||||
authors of the material; or
|
|
||||||
|
|
||||||
e) Declining to grant rights under trademark law for use of some
|
|
||||||
trade names, trademarks, or service marks; or
|
|
||||||
|
|
||||||
f) Requiring indemnification of licensors and authors of that
|
|
||||||
material by anyone who conveys the material (or modified versions of
|
|
||||||
it) with contractual assumptions of liability to the recipient, for
|
|
||||||
any liability that these contractual assumptions directly impose on
|
|
||||||
those licensors and authors.
|
|
||||||
|
|
||||||
All other non-permissive additional terms are considered "further
|
|
||||||
restrictions" within the meaning of section 10. If the Program as you
|
|
||||||
received it, or any part of it, contains a notice stating that it is
|
|
||||||
governed by this License along with a term that is a further
|
|
||||||
restriction, you may remove that term. If a license document contains
|
|
||||||
a further restriction but permits relicensing or conveying under this
|
|
||||||
License, you may add to a covered work material governed by the terms
|
|
||||||
of that license document, provided that the further restriction does
|
|
||||||
not survive such relicensing or conveying.
|
|
||||||
|
|
||||||
If you add terms to a covered work in accord with this section, you
|
|
||||||
must place, in the relevant source files, a statement of the
|
|
||||||
additional terms that apply to those files, or a notice indicating
|
|
||||||
where to find the applicable terms.
|
|
||||||
|
|
||||||
Additional terms, permissive or non-permissive, may be stated in the
|
|
||||||
form of a separately written license, or stated as exceptions;
|
|
||||||
the above requirements apply either way.
|
|
||||||
|
|
||||||
8. Termination.
|
|
||||||
|
|
||||||
You may not propagate or modify a covered work except as expressly
|
|
||||||
provided under this License. Any attempt otherwise to propagate or
|
|
||||||
modify it is void, and will automatically terminate your rights under
|
|
||||||
this License (including any patent licenses granted under the third
|
|
||||||
paragraph of section 11).
|
|
||||||
|
|
||||||
However, if you cease all violation of this License, then your
|
|
||||||
license from a particular copyright holder is reinstated (a)
|
|
||||||
provisionally, unless and until the copyright holder explicitly and
|
|
||||||
finally terminates your license, and (b) permanently, if the copyright
|
|
||||||
holder fails to notify you of the violation by some reasonable means
|
|
||||||
prior to 60 days after the cessation.
|
|
||||||
|
|
||||||
Moreover, your license from a particular copyright holder is
|
|
||||||
reinstated permanently if the copyright holder notifies you of the
|
|
||||||
violation by some reasonable means, this is the first time you have
|
|
||||||
received notice of violation of this License (for any work) from that
|
|
||||||
copyright holder, and you cure the violation prior to 30 days after
|
|
||||||
your receipt of the notice.
|
|
||||||
|
|
||||||
Termination of your rights under this section does not terminate the
|
|
||||||
licenses of parties who have received copies or rights from you under
|
|
||||||
this License. If your rights have been terminated and not permanently
|
|
||||||
reinstated, you do not qualify to receive new licenses for the same
|
|
||||||
material under section 10.
|
|
||||||
|
|
||||||
9. Acceptance Not Required for Having Copies.
|
|
||||||
|
|
||||||
You are not required to accept this License in order to receive or
|
|
||||||
run a copy of the Program. Ancillary propagation of a covered work
|
|
||||||
occurring solely as a consequence of using peer-to-peer transmission
|
|
||||||
to receive a copy likewise does not require acceptance. However,
|
|
||||||
nothing other than this License grants you permission to propagate or
|
|
||||||
modify any covered work. These actions infringe copyright if you do
|
|
||||||
not accept this License. Therefore, by modifying or propagating a
|
|
||||||
covered work, you indicate your acceptance of this License to do so.
|
|
||||||
|
|
||||||
10. Automatic Licensing of Downstream Recipients.
|
|
||||||
|
|
||||||
Each time you convey a covered work, the recipient automatically
|
|
||||||
receives a license from the original licensors, to run, modify and
|
|
||||||
propagate that work, subject to this License. You are not responsible
|
|
||||||
for enforcing compliance by third parties with this License.
|
|
||||||
|
|
||||||
An "entity transaction" is a transaction transferring control of an
|
|
||||||
organization, or substantially all assets of one, or subdividing an
|
|
||||||
organization, or merging organizations. If propagation of a covered
|
|
||||||
work results from an entity transaction, each party to that
|
|
||||||
transaction who receives a copy of the work also receives whatever
|
|
||||||
licenses to the work the party's predecessor in interest had or could
|
|
||||||
give under the previous paragraph, plus a right to possession of the
|
|
||||||
Corresponding Source of the work from the predecessor in interest, if
|
|
||||||
the predecessor has it or can get it with reasonable efforts.
|
|
||||||
|
|
||||||
You may not impose any further restrictions on the exercise of the
|
|
||||||
rights granted or affirmed under this License. For example, you may
|
|
||||||
not impose a license fee, royalty, or other charge for exercise of
|
|
||||||
rights granted under this License, and you may not initiate litigation
|
|
||||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
|
||||||
any patent claim is infringed by making, using, selling, offering for
|
|
||||||
sale, or importing the Program or any portion of it.
|
|
||||||
|
|
||||||
11. Patents.
|
|
||||||
|
|
||||||
A "contributor" is a copyright holder who authorizes use under this
|
|
||||||
License of the Program or a work on which the Program is based. The
|
|
||||||
work thus licensed is called the contributor's "contributor version".
|
|
||||||
|
|
||||||
A contributor's "essential patent claims" are all patent claims
|
|
||||||
owned or controlled by the contributor, whether already acquired or
|
|
||||||
hereafter acquired, that would be infringed by some manner, permitted
|
|
||||||
by this License, of making, using, or selling its contributor version,
|
|
||||||
but do not include claims that would be infringed only as a
|
|
||||||
consequence of further modification of the contributor version. For
|
|
||||||
purposes of this definition, "control" includes the right to grant
|
|
||||||
patent sublicenses in a manner consistent with the requirements of
|
|
||||||
this License.
|
|
||||||
|
|
||||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
|
||||||
patent license under the contributor's essential patent claims, to
|
|
||||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
|
||||||
propagate the contents of its contributor version.
|
|
||||||
|
|
||||||
In the following three paragraphs, a "patent license" is any express
|
|
||||||
agreement or commitment, however denominated, not to enforce a patent
|
|
||||||
(such as an express permission to practice a patent or covenant not to
|
|
||||||
sue for patent infringement). To "grant" such a patent license to a
|
|
||||||
party means to make such an agreement or commitment not to enforce a
|
|
||||||
patent against the party.
|
|
||||||
|
|
||||||
If you convey a covered work, knowingly relying on a patent license,
|
|
||||||
and the Corresponding Source of the work is not available for anyone
|
|
||||||
to copy, free of charge and under the terms of this License, through a
|
|
||||||
publicly available network server or other readily accessible means,
|
|
||||||
then you must either (1) cause the Corresponding Source to be so
|
|
||||||
available, or (2) arrange to deprive yourself of the benefit of the
|
|
||||||
patent license for this particular work, or (3) arrange, in a manner
|
|
||||||
consistent with the requirements of this License, to extend the patent
|
|
||||||
license to downstream recipients. "Knowingly relying" means you have
|
|
||||||
actual knowledge that, but for the patent license, your conveying the
|
|
||||||
covered work in a country, or your recipient's use of the covered work
|
|
||||||
in a country, would infringe one or more identifiable patents in that
|
|
||||||
country that you have reason to believe are valid.
|
|
||||||
|
|
||||||
If, pursuant to or in connection with a single transaction or
|
|
||||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
|
||||||
covered work, and grant a patent license to some of the parties
|
|
||||||
receiving the covered work authorizing them to use, propagate, modify
|
|
||||||
or convey a specific copy of the covered work, then the patent license
|
|
||||||
you grant is automatically extended to all recipients of the covered
|
|
||||||
work and works based on it.
|
|
||||||
|
|
||||||
A patent license is "discriminatory" if it does not include within
|
|
||||||
the scope of its coverage, prohibits the exercise of, or is
|
|
||||||
conditioned on the non-exercise of one or more of the rights that are
|
|
||||||
specifically granted under this License. You may not convey a covered
|
|
||||||
work if you are a party to an arrangement with a third party that is
|
|
||||||
in the business of distributing software, under which you make payment
|
|
||||||
to the third party based on the extent of your activity of conveying
|
|
||||||
the work, and under which the third party grants, to any of the
|
|
||||||
parties who would receive the covered work from you, a discriminatory
|
|
||||||
patent license (a) in connection with copies of the covered work
|
|
||||||
conveyed by you (or copies made from those copies), or (b) primarily
|
|
||||||
for and in connection with specific products or compilations that
|
|
||||||
contain the covered work, unless you entered into that arrangement,
|
|
||||||
or that patent license was granted, prior to 28 March 2007.
|
|
||||||
|
|
||||||
Nothing in this License shall be construed as excluding or limiting
|
|
||||||
any implied license or other defenses to infringement that may
|
|
||||||
otherwise be available to you under applicable patent law.
|
|
||||||
|
|
||||||
12. No Surrender of Others' Freedom.
|
|
||||||
|
|
||||||
If conditions are imposed on you (whether by court order, agreement or
|
|
||||||
otherwise) that contradict the conditions of this License, they do not
|
|
||||||
excuse you from the conditions of this License. If you cannot convey a
|
|
||||||
covered work so as to satisfy simultaneously your obligations under this
|
|
||||||
License and any other pertinent obligations, then as a consequence you may
|
|
||||||
not convey it at all. For example, if you agree to terms that obligate you
|
|
||||||
to collect a royalty for further conveying from those to whom you convey
|
|
||||||
the Program, the only way you could satisfy both those terms and this
|
|
||||||
License would be to refrain entirely from conveying the Program.
|
|
||||||
|
|
||||||
13. Remote Network Interaction; Use with the GNU General Public License.
|
|
||||||
|
|
||||||
Notwithstanding any other provision of this License, if you modify the
|
|
||||||
Program, your modified version must prominently offer all users
|
|
||||||
interacting with it remotely through a computer network (if your version
|
|
||||||
supports such interaction) an opportunity to receive the Corresponding
|
|
||||||
Source of your version by providing access to the Corresponding Source
|
|
||||||
from a network server at no charge, through some standard or customary
|
|
||||||
means of facilitating copying of software. This Corresponding Source
|
|
||||||
shall include the Corresponding Source for any work covered by version 3
|
|
||||||
of the GNU General Public License that is incorporated pursuant to the
|
|
||||||
following paragraph.
|
|
||||||
|
|
||||||
Notwithstanding any other provision of this License, you have
|
|
||||||
permission to link or combine any covered work with a work licensed
|
|
||||||
under version 3 of the GNU General Public License into a single
|
|
||||||
combined work, and to convey the resulting work. The terms of this
|
|
||||||
License will continue to apply to the part which is the covered work,
|
|
||||||
but the work with which it is combined will remain governed by version
|
|
||||||
3 of the GNU General Public License.
|
|
||||||
|
|
||||||
14. Revised Versions of this License.
|
|
||||||
|
|
||||||
The Free Software Foundation may publish revised and/or new versions of
|
|
||||||
the GNU Affero General Public License from time to time. Such new versions
|
|
||||||
will be similar in spirit to the present version, but may differ in detail to
|
|
||||||
address new problems or concerns.
|
|
||||||
|
|
||||||
Each version is given a distinguishing version number. If the
|
|
||||||
Program specifies that a certain numbered version of the GNU Affero General
|
|
||||||
Public License "or any later version" applies to it, you have the
|
|
||||||
option of following the terms and conditions either of that numbered
|
|
||||||
version or of any later version published by the Free Software
|
|
||||||
Foundation. If the Program does not specify a version number of the
|
|
||||||
GNU Affero General Public License, you may choose any version ever published
|
|
||||||
by the Free Software Foundation.
|
|
||||||
|
|
||||||
If the Program specifies that a proxy can decide which future
|
|
||||||
versions of the GNU Affero General Public License can be used, that proxy's
|
|
||||||
public statement of acceptance of a version permanently authorizes you
|
|
||||||
to choose that version for the Program.
|
|
||||||
|
|
||||||
Later license versions may give you additional or different
|
|
||||||
permissions. However, no additional obligations are imposed on any
|
|
||||||
author or copyright holder as a result of your choosing to follow a
|
|
||||||
later version.
|
|
||||||
|
|
||||||
15. Disclaimer of Warranty.
|
|
||||||
|
|
||||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
|
||||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
|
||||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
|
||||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
||||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
|
||||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
|
||||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
|
||||||
|
|
||||||
16. Limitation of Liability.
|
|
||||||
|
|
||||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
|
||||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
|
||||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
|
||||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
|
||||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
|
||||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
|
||||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
|
||||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
|
||||||
SUCH DAMAGES.
|
|
||||||
|
|
||||||
17. Interpretation of Sections 15 and 16.
|
|
||||||
|
|
||||||
If the disclaimer of warranty and limitation of liability provided
|
|
||||||
above cannot be given local legal effect according to their terms,
|
|
||||||
reviewing courts shall apply local law that most closely approximates
|
|
||||||
an absolute waiver of all civil liability in connection with the
|
|
||||||
Program, unless a warranty or assumption of liability accompanies a
|
|
||||||
copy of the Program in return for a fee.
|
|
||||||
|
|
||||||
END OF TERMS AND CONDITIONS
|
|
||||||
|
|
||||||
How to Apply These Terms to Your New Programs
|
|
||||||
|
|
||||||
If you develop a new program, and you want it to be of the greatest
|
|
||||||
possible use to the public, the best way to achieve this is to make it
|
|
||||||
free software which everyone can redistribute and change under these terms.
|
|
||||||
|
|
||||||
To do so, attach the following notices to the program. It is safest
|
|
||||||
to attach them to the start of each source file to most effectively
|
|
||||||
state the exclusion of warranty; and each file should have at least
|
|
||||||
the "copyright" line and a pointer to where the full notice is found.
|
|
||||||
|
|
||||||
<one line to give the program's name and a brief idea of what it does.>
|
|
||||||
Copyright (C) <year> <name of author>
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU Affero General Public License as published
|
|
||||||
by the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU Affero General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Affero General Public License
|
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
Also add information on how to contact you by electronic and paper mail.
|
|
||||||
|
|
||||||
If your software can interact with users remotely through a computer
|
|
||||||
network, you should also make sure that it provides a way for users to
|
|
||||||
get its source. For example, if your program is a web application, its
|
|
||||||
interface could display a "Source" link that leads users to an archive
|
|
||||||
of the code. There are many ways you could offer source, and different
|
|
||||||
solutions will be better for different programs; see section 13 for the
|
|
||||||
specific requirements.
|
|
||||||
|
|
||||||
You should also get your employer (if you work as a programmer) or school,
|
|
||||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
|
||||||
For more information on this, and how to apply and follow the GNU AGPL, see
|
|
||||||
<https://www.gnu.org/licenses/>.
|
|
||||||
@ -1,191 +0,0 @@
|
|||||||
# Vikunja Helm Chart
|
|
||||||
|
|
||||||
This Helm Chart deploys the [Vikunja](https://hub.docker.com/r/vikunja/vikunja) container
|
|
||||||
in addition to other Kubernetes resources for a full-featured Vikunja deployment.
|
|
||||||
This includes Bitnami's [PostgreSQL](https://github.com/bitnami/charts/tree/main/bitnami/postgresql)
|
|
||||||
and [Redis](https://github.com/bitnami/charts/tree/main/bitnami/redis) as subcharts if you want,
|
|
||||||
so Vikunja can use them as database and cache respectively.
|
|
||||||
|
|
||||||
See https://artifacthub.io/packages/helm/vikunja/vikunja
|
|
||||||
for version information and installation instructions.
|
|
||||||
|
|
||||||
## Upgrading to v1
|
|
||||||
|
|
||||||
Both Vikunja containers got merged into one with Vikunja version 0.23.
|
|
||||||
A separate `frontend` configuration is now obsolete,
|
|
||||||
so deleting that and renaming the key `api` to `vikunja`
|
|
||||||
should "just work".
|
|
||||||
The only other major change is that the `configMaps.config` key was renamed to `api-config`
|
|
||||||
to highlight again that it only applies to the API.
|
|
||||||
The Configmap name in the cluster stays the same.
|
|
||||||
|
|
||||||
## Quickstart
|
|
||||||
|
|
||||||
Define ingress settings according to your controller to access the application.
|
|
||||||
You can configure Vikunja API options as yaml under `vikunja.configMaps.api-config.data.config.yml`:
|
|
||||||
https://vikunja.io/docs/config-options
|
|
||||||
|
|
||||||
For example, you can disable registration (if you do not with to allow others to register on your Vikunja),
|
|
||||||
by providing the following values in your `values.yaml`:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
vikunja:
|
|
||||||
configMaps:
|
|
||||||
api-config:
|
|
||||||
enabled: true
|
|
||||||
data:
|
|
||||||
config.yml:
|
|
||||||
service:
|
|
||||||
enableregistration: false
|
|
||||||
```
|
|
||||||
|
|
||||||
You can still create new users by executing the following command in the `vikunja` container:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
./vikunja user create --email <user@email.com> --user <user1> --password <password123>
|
|
||||||
```
|
|
||||||
|
|
||||||
## Advanced Features
|
|
||||||
|
|
||||||
### Replicas
|
|
||||||
|
|
||||||
To effectively run multiple replicas of the API,
|
|
||||||
make sure to set up the redis cache as well
|
|
||||||
by setting `vikunja.configMaps.api-config.data.config.yml.keyvalue.type` to `redis`,
|
|
||||||
configuring the redis subchart (see [values.yaml](./values.yaml#L119))
|
|
||||||
and the connection [in Vikunja](https://vikunja.io/docs/config-options/#redis)
|
|
||||||
|
|
||||||
### Use an existing file volume claim
|
|
||||||
|
|
||||||
In the `values.yaml` file, you can either define your own existing Persistent Volume Claim (PVC)
|
|
||||||
or have the chart create one on your behalf.
|
|
||||||
|
|
||||||
To have the chart use your pre-existing PVC:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
vikunja:
|
|
||||||
persistence:
|
|
||||||
data:
|
|
||||||
enabled: true
|
|
||||||
existingClaim: <your-claim>
|
|
||||||
```
|
|
||||||
|
|
||||||
To have the chart create one on your behalf:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
# You can find the default values
|
|
||||||
vikunja:
|
|
||||||
enabled: true
|
|
||||||
persistence:
|
|
||||||
data:
|
|
||||||
enabled: true
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
size: 10Gi
|
|
||||||
mountPath: /app/vikunja/files
|
|
||||||
storageClass: storage-class
|
|
||||||
```
|
|
||||||
|
|
||||||
### Utilizing environment variables from Kubernetes secrets
|
|
||||||
|
|
||||||
Each environment variable that is "injected" into a pod can be sourced from a Kubernetes secret.
|
|
||||||
This is useful when you wish to add values that you would rather keep as secrets in your GitOps repo
|
|
||||||
as environment variables in the pods.
|
|
||||||
|
|
||||||
Assuming that you had a Kubernetes secret named `vikunja-env`,
|
|
||||||
this is how you would add the value stored at key `VIKUNJA_DATABASE_PASSWORD` as the environment variable named `VIKUNJA_DATABASE_PASSWORD`:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
vikunja:
|
|
||||||
env:
|
|
||||||
VIKUNJA_DATABASE_PASSWORD:
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: vikunja-env
|
|
||||||
key: VIKUNJA_DATABASE_PASSWORD
|
|
||||||
VIKUNJA_DATABASE_USERNAME: "db-user"
|
|
||||||
```
|
|
||||||
|
|
||||||
If the keys within the secret are the names of environment variables,
|
|
||||||
you can simplify passing multiple values to this:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
vikunja:
|
|
||||||
envFrom:
|
|
||||||
- secretRef:
|
|
||||||
name: vikunja-secret-env
|
|
||||||
env:
|
|
||||||
VIKUNJA_DATABASE_USERNAME: "db-user"
|
|
||||||
```
|
|
||||||
|
|
||||||
This will add all keys within the Kubernetes secret named `vikunja-secret-env` as environment variables to the `vikunja` pod. Additionally, if you did not have the key `VIKUNJA_DATABASE_USERNAME` in the `vikunja-secret-env` secret, you could still define it as an environment variable seen above.
|
|
||||||
|
|
||||||
How the `envFrom` key works can be seen [here](https://github.com/bjw-s/helm-charts/blob/a081de53024d8328d1ae9ff7e4f6bc500b0f3a29/charts/library/common/values.yaml#L155).
|
|
||||||
|
|
||||||
### Utilizing a Kubernetes secret as the `config.yml` file instead of a ConfigMap
|
|
||||||
|
|
||||||
If you did not wish to use the ConfigMap provided by the chart, and instead wished to mount your own Kubernetes secret as the `config.yml` file in the `vikunja` pod, you could provide values such as the following (assuming `asdf-my-custom-secret1` was the name of the secret that had the `config.yml` file):
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
vikunja:
|
|
||||||
persistence:
|
|
||||||
config:
|
|
||||||
type: secret
|
|
||||||
name: asdf-my-custom-secret1
|
|
||||||
```
|
|
||||||
|
|
||||||
Then your secret should look something like the following so that it will mount properly:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Secret
|
|
||||||
metadata:
|
|
||||||
name: asdf-my-custom-secret1
|
|
||||||
namespace: vikunja
|
|
||||||
type: Opaque
|
|
||||||
stringData:
|
|
||||||
config.yml: |
|
|
||||||
key1: value1
|
|
||||||
key2: value2
|
|
||||||
key3: value3
|
|
||||||
```
|
|
||||||
|
|
||||||
### Modifying Deployed Resources
|
|
||||||
|
|
||||||
Oftentimes, modifications need to be made to a Helm chart to allow it to operate in your Kubernetes cluster.
|
|
||||||
Anything you see [in bjw-s' `common` library](https://github.com/bjw-s/helm-charts/blob/a081de53024d8328d1ae9ff7e4f6bc500b0f3a29/charts/library/common/values.yaml),
|
|
||||||
including the top-level keys, can be added and subtracted from this chart's `values.yaml`,
|
|
||||||
underneath the `vikunja` and (optionally) `typesense` key.
|
|
||||||
|
|
||||||
For example, if you wished to create a `serviceAccount` as can be seen [here](https://github.com/bjw-s/helm-charts/blob/a081de53024d8328d1ae9ff7e4f6bc500b0f3a29/charts/library/common/values.yaml#L85-L87) for the `vikunja` pod:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
vikunja:
|
|
||||||
serviceAccount:
|
|
||||||
create: true
|
|
||||||
```
|
|
||||||
|
|
||||||
## Publishing
|
|
||||||
|
|
||||||
The following steps are automatically performed when a git tag for a new version is pushed to the repository.
|
|
||||||
They are only listed here for reference.
|
|
||||||
|
|
||||||
1. Pull all dependencies before packaging.
|
|
||||||
|
|
||||||
```shell
|
|
||||||
helm dependency update
|
|
||||||
```
|
|
||||||
|
|
||||||
2. In order to publish the chart, you have to either use curl or helm cm-push.
|
|
||||||
|
|
||||||
```shell
|
|
||||||
helm package .
|
|
||||||
curl --user '<username>:<password>' -X POST --upload-file './<archive>.tgz' https://kolaente.dev/api/packages/vikunja/helm/api/charts
|
|
||||||
```
|
|
||||||
|
|
||||||
```shell
|
|
||||||
helm package .
|
|
||||||
helm repo add --username '<username>' --password '<password>' vikunja https://kolaente.dev/api/packages/vikunja/helm
|
|
||||||
helm cm-push './<archive>.tgz' vikunja
|
|
||||||
```
|
|
||||||
|
|
||||||
As you can see, you do not have to specify the name of the repository, just the name of the organization.
|
|
||||||
@ -1,9 +0,0 @@
|
|||||||
# Artifact Hub repository metadata file
|
|
||||||
# https://artifacthub.io/docs/topics/repositories/helm-charts/#oci-support
|
|
||||||
# publish via:
|
|
||||||
# oras push kolaente.dev/vikunja/vikunja:artifacthub.io --config artifacthub.config.json:application/vnd.cncf.artifacthub.config.v1+yaml artifacthub-repo.yml:application/vnd.cncf.artifacthub.repository-metadata.layer.v1.yaml
|
|
||||||
repositoryID: 14bd8402-9829-4f9b-b71e-e496fc1307f5
|
|
||||||
owners: # (optional, used to claim repository ownership)
|
|
||||||
- name: kolaente
|
|
||||||
email: artifacthub@kolaente.de
|
|
||||||
|
|
||||||
@ -1 +0,0 @@
|
|||||||
{}
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
# Patterns to ignore when building packages.
|
|
||||||
# This supports shell glob matching, relative path matching, and
|
|
||||||
# negation (prefixed with !). Only one pattern per line.
|
|
||||||
.DS_Store
|
|
||||||
# Common VCS dirs
|
|
||||||
.git/
|
|
||||||
.gitignore
|
|
||||||
.bzr/
|
|
||||||
.bzrignore
|
|
||||||
.hg/
|
|
||||||
.hgignore
|
|
||||||
.svn/
|
|
||||||
# Common backup files
|
|
||||||
*.swp
|
|
||||||
*.bak
|
|
||||||
*.tmp
|
|
||||||
*~
|
|
||||||
# Various IDEs
|
|
||||||
.project
|
|
||||||
.idea/
|
|
||||||
*.tmproj
|
|
||||||
.vscode/
|
|
||||||
# OWNERS file for Kubernetes
|
|
||||||
OWNERS
|
|
||||||
# helm-docs templates
|
|
||||||
*.gotmpl
|
|
||||||
# Test files
|
|
||||||
tests/
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
annotations:
|
|
||||||
artifacthub.io/changes: |-
|
|
||||||
- kind: fixed
|
|
||||||
description: Ingress secret name template is evaluated before deciding whether to omit it
|
|
||||||
- kind: changed
|
|
||||||
description: Updated code-server image tag to v4.13.0
|
|
||||||
- kind: changed
|
|
||||||
description: Updated netshoot image tag to v0.11
|
|
||||||
- kind: changed
|
|
||||||
description: Updated gluetun image tag to v3.34.3
|
|
||||||
apiVersion: v2
|
|
||||||
description: Function library for Helm charts
|
|
||||||
home: https://github.com/bjw-s/helm-charts/tree/main/charts/library/common
|
|
||||||
keywords:
|
|
||||||
- common
|
|
||||||
- library
|
|
||||||
kubeVersion: '>=1.22.0-0'
|
|
||||||
maintainers:
|
|
||||||
- email: me@bjw-s.dev
|
|
||||||
name: bjw-s
|
|
||||||
name: common
|
|
||||||
type: library
|
|
||||||
version: 1.5.1
|
|
||||||
@ -1,255 +0,0 @@
|
|||||||
# common
|
|
||||||
|
|
||||||
 
|
|
||||||
|
|
||||||
Function library for Helm charts
|
|
||||||
|
|
||||||
Since a lot of the bjw-s charts follow a similar pattern, this library was built to reduce maintenance cost between the charts that use it and try achieve a goal of being DRY.
|
|
||||||
|
|
||||||
## Requirements
|
|
||||||
|
|
||||||
Kubernetes: `>=1.22.0-0`
|
|
||||||
|
|
||||||
## Dependencies
|
|
||||||
|
|
||||||
| Repository | Name | Version |
|
|
||||||
|------------|------|---------|
|
|
||||||
|
|
||||||
## Installing the Chart
|
|
||||||
|
|
||||||
This is a [Helm Library Chart](https://helm.sh/docs/topics/library_charts/#helm).
|
|
||||||
|
|
||||||
**WARNING: THIS CHART IS NOT MEANT TO BE INSTALLED DIRECTLY**
|
|
||||||
|
|
||||||
## Using this library
|
|
||||||
|
|
||||||
Include this chart as a dependency in your `Chart.yaml` e.g.
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
# Chart.yaml
|
|
||||||
dependencies:
|
|
||||||
- name: common
|
|
||||||
version: 1.5.0
|
|
||||||
repository: https://bjw-s.github.io/helm-charts/
|
|
||||||
```
|
|
||||||
|
|
||||||
For more information, take a look at the [Docs](http://bjw-s.github.io/helm-charts/docs/common-library/introduction/).
|
|
||||||
|
|
||||||
## Configuration
|
|
||||||
|
|
||||||
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
|
|
||||||
|
|
||||||
## Custom configuration
|
|
||||||
|
|
||||||
N/A
|
|
||||||
|
|
||||||
## Values
|
|
||||||
|
|
||||||
**Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common)
|
|
||||||
|
|
||||||
| Key | Type | Default | Description |
|
|
||||||
|-----|------|---------|-------------|
|
|
||||||
| addons | object | See below | The common chart supports several add-ons. These can be configured under this key. |
|
|
||||||
| addons.codeserver | object | See values.yaml | The common library supports adding a code-server add-on to access files. It can be configured under this key. |
|
|
||||||
| addons.codeserver.args | list | `["--auth","none"]` | Set codeserver command line arguments. Consider setting --user-data-dir to a persistent location to preserve code-server setting changes |
|
|
||||||
| addons.codeserver.enabled | bool | `false` | Enable running a code-server container in the pod |
|
|
||||||
| addons.codeserver.env | object | `{}` | Set any environment variables for code-server here |
|
|
||||||
| addons.codeserver.git | object | See below | Optionally allow access a Git repository by passing in a private SSH key |
|
|
||||||
| addons.codeserver.git.deployKey | string | `""` | Raw SSH private key |
|
|
||||||
| addons.codeserver.git.deployKeyBase64 | string | `""` | Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence. |
|
|
||||||
| addons.codeserver.git.deployKeySecret | string | `""` | Existing secret containing SSH private key The chart expects it to be present under the `id_rsa` key. |
|
|
||||||
| addons.codeserver.image.pullPolicy | string | `"IfNotPresent"` | Specify the code-server image pull policy |
|
|
||||||
| addons.codeserver.image.repository | string | `"ghcr.io/coder/code-server"` | Specify the code-server image |
|
|
||||||
| addons.codeserver.image.tag | string | `"4.12.0"` | Specify the code-server image tag |
|
|
||||||
| addons.codeserver.ingress.enabled | bool | `false` | Enable an ingress for the code-server add-on. |
|
|
||||||
| addons.codeserver.ingress.ingressClassName | string | `nil` | Set the ingressClass that is used for this ingress. |
|
|
||||||
| addons.codeserver.service.enabled | bool | `true` | Enable a service for the code-server add-on. |
|
|
||||||
| addons.codeserver.volumeMounts | list | `[]` | Specify a list of volumes that get mounted in the code-server container. At least 1 volumeMount is required! |
|
|
||||||
| addons.codeserver.workingDir | string | `""` | Specify the working dir that will be opened when code-server starts If not given, the app will default to the mountpah of the first specified volumeMount |
|
|
||||||
| addons.netshoot | object | See values.yaml | The common library supports adding a netshoot add-on to troubleshoot network issues within a Pod. It can be configured under this key. |
|
|
||||||
| addons.netshoot.enabled | bool | `false` | Enable running a netshoot container in the pod |
|
|
||||||
| addons.netshoot.env | object | `{}` | Set any environment variables for netshoot here |
|
|
||||||
| addons.netshoot.image.pullPolicy | string | `"IfNotPresent"` | Specify the netshoot image pull policy |
|
|
||||||
| addons.netshoot.image.repository | string | `"ghcr.io/nicolaka/netshoot"` | Specify the netshoot image |
|
|
||||||
| addons.netshoot.image.tag | string | `"v0.10"` | Specify the netshoot image tag |
|
|
||||||
| addons.vpn | object | See values.yaml | The common chart supports adding a VPN add-on. It can be configured under this key. |
|
|
||||||
| addons.vpn.args | list | `[]` | Override the args for the vpn sidecar container |
|
|
||||||
| addons.vpn.configFile | string | `nil` | Provide a customized vpn configuration file to be used by the VPN. |
|
|
||||||
| addons.vpn.configFileSecret | string | `nil` | Reference an existing secret that contains the VPN configuration file The chart expects it to be present under the `vpnConfigfile` key. |
|
|
||||||
| addons.vpn.enabled | bool | `false` | Enable running a VPN in the pod to route traffic through a VPN |
|
|
||||||
| addons.vpn.env | object | `{}` | All variables specified here will be added to the vpn sidecar container See the documentation of the VPN image for all config values |
|
|
||||||
| addons.vpn.gluetun | object | See below | Make sure to read the [documentation](https://github.com/qdm12/gluetun/wiki) to see how to configure this addon! |
|
|
||||||
| addons.vpn.gluetun.image.pullPolicy | string | `"IfNotPresent"` | Specify the Gluetun image pull policy |
|
|
||||||
| addons.vpn.gluetun.image.repository | string | `"docker.io/qmcgaw/gluetun"` | Specify the Gluetun image |
|
|
||||||
| addons.vpn.gluetun.image.tag | string | `"v3.33.0"` | Specify the Gluetun image tag |
|
|
||||||
| addons.vpn.livenessProbe | object | `{}` | Optionally specify a livenessProbe, e.g. to check if the connection is still being protected by the VPN |
|
|
||||||
| addons.vpn.networkPolicy.annotations | object | `{}` | Provide additional annotations which may be required. |
|
|
||||||
| addons.vpn.networkPolicy.egress | string | `nil` | The egress configuration for your network policy, All outbound traffic from the pod will be blocked unless specified here. [[ref]](https://kubernetes.io/docs/concepts/services-networking/network-policies/) [[recipes]](https://github.com/ahmetb/kubernetes-network-policy-recipes) |
|
|
||||||
| addons.vpn.networkPolicy.enabled | bool | `false` | If set to true, will deploy a network policy that blocks all outbound traffic except traffic specified as allowed |
|
|
||||||
| addons.vpn.networkPolicy.labels | object | `{}` | Provide additional labels which may be required. |
|
|
||||||
| addons.vpn.networkPolicy.podSelectorLabels | object | `{}` | Provide additional podSelector labels which may be required. |
|
|
||||||
| addons.vpn.scripts | object | See values.yaml | Provide custom up/down scripts that can be used by the vpn configuration. |
|
|
||||||
| addons.vpn.securityContext | object | See values.yaml | Set the VPN container securityContext |
|
|
||||||
| addons.vpn.type | string | `"gluetun"` | Specify the VPN type. Valid options are `gluetun`. |
|
|
||||||
| affinity | object | `{}` | Defines affinity constraint rules. [[ref]](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) |
|
|
||||||
| args | list | `[]` | Override the args for the default container |
|
|
||||||
| automountServiceAccountToken | bool | `true` | Specifies whether a service account token should be automatically mounted. |
|
|
||||||
| command | list | `[]` | Override the command(s) for the default container |
|
|
||||||
| configMaps | object | See below | Configure configMaps for the chart here. Additional configMaps can be added by adding a dictionary key similar to the 'config' object. |
|
|
||||||
| configMaps.config.annotations | object | `{}` | Annotations to add to the configMap |
|
|
||||||
| configMaps.config.data | object | `{}` | configMap data content. Helm template enabled. |
|
|
||||||
| configMaps.config.enabled | bool | `false` | Enables or disables the configMap |
|
|
||||||
| configMaps.config.labels | object | `{}` | Labels to add to the configMap |
|
|
||||||
| controller.annotations | object | `{}` | Set annotations on the deployment/statefulset/daemonset/cronjob |
|
|
||||||
| controller.cronjob | object | See below | CronJob configuration. Required only when using `controller.type: cronjob`. |
|
|
||||||
| controller.cronjob.backoffLimit | int | `6` | Limits the number of times a failed job will be retried |
|
|
||||||
| controller.cronjob.concurrencyPolicy | string | `"Forbid"` | Specifies how to treat concurrent executions of a job that is created by this cron job valid values are Allow, Forbid or Replace |
|
|
||||||
| controller.cronjob.failedJobsHistory | int | `1` | The number of failed Jobs to keep |
|
|
||||||
| controller.cronjob.schedule | string | `"*/20 * * * *"` | Sets the CronJob time when to execute your jobs |
|
|
||||||
| controller.cronjob.startingDeadlineSeconds | int | `30` | The deadline in seconds for starting the job if it misses its scheduled time for any reason |
|
|
||||||
| controller.cronjob.successfulJobsHistory | int | `1` | The number of succesful Jobs to keep |
|
|
||||||
| controller.cronjob.ttlSecondsAfterFinished | string | `nil` | If this field is set, ttlSecondsAfterFinished after the Job finishes, it is eligible to be automatically deleted. |
|
|
||||||
| controller.enabled | bool | `true` | enable the controller. |
|
|
||||||
| controller.labels | object | `{}` | Set labels on the deployment/statefulset/daemonset/cronjob |
|
|
||||||
| controller.podManagementPolicy | string | `nil` | Set statefulset podManagementPolicy, valid values are Parallel and OrderedReady (default). |
|
|
||||||
| controller.replicas | int | `1` | Number of desired pods. When using a HorizontalPodAutoscaler, set this to `null`. |
|
|
||||||
| controller.restartPolicy | string | `Always`. When `controller.type` is `cronjob` it defaults to `Never`. | Set Container restart policy. |
|
|
||||||
| controller.revisionHistoryLimit | int | `3` | ReplicaSet revision history limit |
|
|
||||||
| controller.rollingUpdate.partition | string | `nil` | Set statefulset RollingUpdate partition |
|
|
||||||
| controller.rollingUpdate.surge | string | `nil` | Set deployment RollingUpdate max surge |
|
|
||||||
| controller.rollingUpdate.unavailable | string | `nil` | Set deployment RollingUpdate max unavailable |
|
|
||||||
| controller.strategy | string | `nil` | Set the controller upgrade strategy For Deployments, valid values are Recreate (default) and RollingUpdate. For StatefulSets, valid values are OnDelete and RollingUpdate (default). DaemonSets/CronJobs ignore this. |
|
|
||||||
| controller.type | string | `"deployment"` | Set the controller type. Valid options are deployment, daemonset, statefulset or cronjob |
|
|
||||||
| dnsConfig | object | `{}` | Configuring the ndots option may resolve nslookup issues on some Kubernetes setups. |
|
|
||||||
| dnsPolicy | string | `nil` | Defaults to "ClusterFirst" if hostNetwork is false and "ClusterFirstWithHostNet" if hostNetwork is true. |
|
|
||||||
| enableServiceLinks | bool | `true` | Enable/disable the generation of environment variables for services. [[ref]](https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/#accessing-the-service) |
|
|
||||||
| env | string | `nil` | Main environment variables. Template enabled. Syntax options: A) TZ: UTC B) PASSWD: '{{ .Release.Name }}' C) PASSWD: configMapKeyRef: name: config-map-name key: key-name D) PASSWD: valueFrom: secretKeyRef: name: secret-name key: key-name ... E) - name: TZ value: UTC F) - name: TZ value: '{{ .Release.Name }}' |
|
|
||||||
| envFrom | list | `[]` | Secrets and/or ConfigMaps that will be loaded as environment variables. [[ref]](https://unofficial-kubernetes.readthedocs.io/en/latest/tasks/configure-pod-container/configmap/#use-case-consume-configmap-in-environment-variables) |
|
|
||||||
| global.annotations | object | `{}` | Set additional global annotations. Helm templates can be used. |
|
|
||||||
| global.fullnameOverride | string | `nil` | Set the entire name definition |
|
|
||||||
| global.labels | object | `{}` | Set additional global labels. Helm templates can be used. |
|
|
||||||
| global.nameOverride | string | `nil` | Set an override for the prefix of the fullname |
|
|
||||||
| hostAliases | list | `[]` | Use hostAliases to add custom entries to /etc/hosts - mapping IP addresses to hostnames. [[ref]](https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/) |
|
|
||||||
| hostIPC | bool | `false` | Use the host's ipc namespace |
|
|
||||||
| hostNetwork | bool | `false` | When using hostNetwork make sure you set dnsPolicy to `ClusterFirstWithHostNet` |
|
|
||||||
| hostPID | bool | `false` | Use the host's pid namespace |
|
|
||||||
| hostname | string | `nil` | Allows specifying explicit hostname setting |
|
|
||||||
| image.pullPolicy | string | `nil` | image pull policy |
|
|
||||||
| image.repository | string | `nil` | image repository |
|
|
||||||
| image.tag | string | `nil` | image tag |
|
|
||||||
| imagePullSecrets | list | `[]` | Set image pull secrets |
|
|
||||||
| ingress | object | See below | Configure the ingresses for the chart here. Additional ingresses can be added by adding a dictionary key similar to the 'main' ingress. |
|
|
||||||
| ingress.main.annotations | object | `{}` | Provide additional annotations which may be required. |
|
|
||||||
| ingress.main.enabled | bool | `false` | Enables or disables the ingress |
|
|
||||||
| ingress.main.hosts[0].host | string | `"chart-example.local"` | Host address. Helm template can be passed. |
|
|
||||||
| ingress.main.hosts[0].paths[0].path | string | `"/"` | Path. Helm template can be passed. |
|
|
||||||
| ingress.main.hosts[0].paths[0].service.name | string | `nil` | Overrides the service name reference for this path |
|
|
||||||
| ingress.main.hosts[0].paths[0].service.port | string | `nil` | Overrides the service port reference for this path |
|
|
||||||
| ingress.main.ingressClassName | string | `nil` | Set the ingressClass that is used for this ingress. |
|
|
||||||
| ingress.main.labels | object | `{}` | Provide additional labels which may be required. |
|
|
||||||
| ingress.main.nameOverride | string | `nil` | Override the name suffix that is used for this ingress. |
|
|
||||||
| ingress.main.primary | bool | `true` | Make this the primary ingress (used in probes, notes, etc...). If there is more than 1 ingress, make sure that only 1 ingress is marked as primary. |
|
|
||||||
| ingress.main.tls | list | `[]` | Configure TLS for the ingress. Both secretName and hosts can process a Helm template. |
|
|
||||||
| initContainers | object | `{}` | Specify any initContainers here as dictionary items. Each initContainer should have its own key. The dictionary item key will determine the order. Helm templates can be used. |
|
|
||||||
| lifecycle | object | `{}` | Configure the lifecycle for the main container |
|
|
||||||
| nodeSelector | object | `{}` | Node selection constraint [[ref]](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) |
|
|
||||||
| persistence | object | See below | Configure persistence for the chart here. Additional items can be added by adding a dictionary key similar to the 'config' key. [[ref]](https://bjw-s.github.io/helm-charts/docs/common-library/common-library-storage) |
|
|
||||||
| persistence.config | object | See below | Default persistence for configuration files. |
|
|
||||||
| persistence.config.accessMode | string | `"ReadWriteOnce"` | AccessMode for the persistent volume. Make sure to select an access mode that is supported by your storage provider! [[ref]](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes) |
|
|
||||||
| persistence.config.enabled | bool | `false` | Enables or disables the persistence item |
|
|
||||||
| persistence.config.existingClaim | string | `nil` | If you want to reuse an existing claim, the name of the existing PVC can be passed here. |
|
|
||||||
| persistence.config.mountPath | string | `nil` | Where to mount the volume in the main container. Defaults to `/<name_of_the_volume>`, setting to '-' creates the volume but disables the volumeMount. |
|
|
||||||
| persistence.config.nameOverride | string | `nil` | Override the name suffix that is used for this volume. |
|
|
||||||
| persistence.config.readOnly | bool | `false` | Specify if the volume should be mounted read-only. |
|
|
||||||
| persistence.config.retain | bool | `false` | Set to true to retain the PVC upon `helm uninstall` |
|
|
||||||
| persistence.config.size | string | `"1Gi"` | The amount of storage that is requested for the persistent volume. |
|
|
||||||
| persistence.config.storageClass | string | `nil` | Storage Class for the config volume. If set to `-`, dynamic provisioning is disabled. If set to something else, the given storageClass is used. If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner. |
|
|
||||||
| persistence.config.subPath | string | `nil` | Used in conjunction with `existingClaim`. Specifies a sub-path inside the referenced volume instead of its root |
|
|
||||||
| persistence.config.type | string | `"pvc"` | Sets the persistence type Valid options are pvc, emptyDir, hostPath, secret, configMap or custom |
|
|
||||||
| persistence.shared | object | See below | Create an emptyDir volume to share between all containers [[ref]]https://kubernetes.io/docs/concepts/storage/volumes/#emptydir) |
|
|
||||||
| persistence.shared.medium | string | `nil` | Set the medium to "Memory" to mount a tmpfs (RAM-backed filesystem) instead of the storage medium that backs the node. |
|
|
||||||
| persistence.shared.sizeLimit | string | `nil` | If the `SizeMemoryBackedVolumes` feature gate is enabled, you can specify a size for memory backed volumes. |
|
|
||||||
| podAnnotations | object | `{}` | Set annotations on the pod |
|
|
||||||
| podLabels | object | `{}` | Set labels on the pod |
|
|
||||||
| podSecurityContext | object | `{}` | Configure the Security Context for the Pod |
|
|
||||||
| priorityClassName | string | `nil` | Custom priority class for different treatment by the scheduler |
|
|
||||||
| probes | object | See below | [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
|
|
||||||
| probes.liveness | object | See below | Liveness probe configuration |
|
|
||||||
| probes.liveness.custom | bool | `false` | Set this to `true` if you wish to specify your own livenessProbe |
|
|
||||||
| probes.liveness.enabled | bool | `true` | Enable the liveness probe |
|
|
||||||
| probes.liveness.spec | object | See below | The spec field contains the values for the default livenessProbe. If you selected `custom: true`, this field holds the definition of the livenessProbe. |
|
|
||||||
| probes.liveness.type | string | "TCP" | sets the probe type when not using a custom probe |
|
|
||||||
| probes.readiness | object | See below | Redainess probe configuration |
|
|
||||||
| probes.readiness.custom | bool | `false` | Set this to `true` if you wish to specify your own readinessProbe |
|
|
||||||
| probes.readiness.enabled | bool | `true` | Enable the readiness probe |
|
|
||||||
| probes.readiness.spec | object | See below | The spec field contains the values for the default readinessProbe. If you selected `custom: true`, this field holds the definition of the readinessProbe. |
|
|
||||||
| probes.readiness.type | string | "TCP" | sets the probe type when not using a custom probe |
|
|
||||||
| probes.startup | object | See below | Startup probe configuration |
|
|
||||||
| probes.startup.custom | bool | `false` | Set this to `true` if you wish to specify your own startupProbe |
|
|
||||||
| probes.startup.enabled | bool | `true` | Enable the startup probe |
|
|
||||||
| probes.startup.spec | object | See below | The spec field contains the values for the default startupProbe. If you selected `custom: true`, this field holds the definition of the startupProbe. |
|
|
||||||
| probes.startup.type | string | "TCP" | sets the probe type when not using a custom probe |
|
|
||||||
| resources | object | `{}` | Set the resource requests / limits for the main container. |
|
|
||||||
| route | object | See below | Configure the gateway routes for the chart here. Additional routes can be added by adding a dictionary key similar to the 'main' route. [[ref]](https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io%2fv1alpha2) |
|
|
||||||
| route.main.annotations | object | `{}` | Provide additional annotations which may be required. |
|
|
||||||
| route.main.enabled | bool | `false` | Enables or disables the route |
|
|
||||||
| route.main.hostnames | list | `[]` | Host addresses |
|
|
||||||
| route.main.kind | string | `"HTTPRoute"` | Set the route kind Valid options are GRPCRoute, HTTPRoute, TCPRoute, TLSRoute, UDPRoute |
|
|
||||||
| route.main.labels | object | `{}` | Provide additional labels which may be required. |
|
|
||||||
| route.main.nameOverride | string | `nil` | Override the name suffix that is used for this route. |
|
|
||||||
| route.main.parentRefs | list | `[{"group":"gateway.networking.k8s.io","kind":"Gateway","name":null,"namespace":null,"sectionName":null}]` | Configure the resource the route attaches to. |
|
|
||||||
| route.main.rules | list | `[{"backendRefs":[{"group":"","kind":"Service","name":null,"namespace":null,"port":null,"weight":1}],"matches":[{"path":{"type":"PathPrefix","value":"/"}}]}]` | Configure rules for routing. Defaults to the primary service. |
|
|
||||||
| route.main.rules[0].backendRefs | list | `[{"group":"","kind":"Service","name":null,"namespace":null,"port":null,"weight":1}]` | Configure backends where matching requests should be sent. |
|
|
||||||
| runtimeClassName | string | `nil` | Allow specifying a runtimeClassName other than the default one (ie: nvidia) |
|
|
||||||
| schedulerName | string | `nil` | Allows specifying a custom scheduler name |
|
|
||||||
| secrets | object | See below | Use this to populate secrets with the values you specify. Be aware that these values are not encrypted by default, and could therefore visible to anybody with access to the values.yaml file. Additional Secrets can be added by adding a dictionary key similar to the 'secret' object. |
|
|
||||||
| secrets.secret.annotations | object | `{}` | Annotations to add to the Secret |
|
|
||||||
| secrets.secret.enabled | bool | `false` | Enables or disables the Secret |
|
|
||||||
| secrets.secret.labels | object | `{}` | Labels to add to the Secret |
|
|
||||||
| secrets.secret.stringData | object | `{}` | Secret stringData content. Helm template enabled. |
|
|
||||||
| securityContext | object | `{}` | Configure the Security Context for the main container |
|
|
||||||
| service | object | See below | Configure the services for the chart here. Additional services can be added by adding a dictionary key similar to the 'main' service. |
|
|
||||||
| service.main.annotations | object | `{}` | Provide additional annotations which may be required. |
|
|
||||||
| service.main.enabled | bool | `true` | Enables or disables the service |
|
|
||||||
| service.main.externalTrafficPolicy | string | `nil` | [[ref](https://kubernetes.io/docs/tutorials/services/source-ip/)] |
|
|
||||||
| service.main.ipFamilies | list | `[]` | The ip families that should be used. Options: IPv4, IPv6 |
|
|
||||||
| service.main.ipFamilyPolicy | string | `nil` | Specify the ip policy. Options: SingleStack, PreferDualStack, RequireDualStack |
|
|
||||||
| service.main.labels | object | `{}` | Provide additional labels which may be required. |
|
|
||||||
| service.main.nameOverride | string | `nil` | Override the name suffix that is used for this service |
|
|
||||||
| service.main.ports | object | See below | Configure the Service port information here. Additional ports can be added by adding a dictionary key similar to the 'http' service. |
|
|
||||||
| service.main.ports.http.enabled | bool | `true` | Enables or disables the port |
|
|
||||||
| service.main.ports.http.extraSelectorLabels | object | `{}` | Allow adding additional match labels |
|
|
||||||
| service.main.ports.http.nodePort | string | `nil` | Specify the nodePort value for the LoadBalancer and NodePort service types. [[ref]](https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport) |
|
|
||||||
| service.main.ports.http.port | string | `nil` | The port number |
|
|
||||||
| service.main.ports.http.primary | bool | `true` | Make this the primary port (used in probes, notes, etc...) If there is more than 1 service, make sure that only 1 port is marked as primary. |
|
|
||||||
| service.main.ports.http.protocol | string | `"HTTP"` | Port protocol. Support values are `HTTP`, `HTTPS`, `TCP` and `UDP`. HTTPS and HTTPS spawn a TCP service and get used for internal URL and name generation |
|
|
||||||
| service.main.ports.http.targetPort | string | `nil` | Specify a service targetPort if you wish to differ the service port from the application port. If `targetPort` is specified, this port number is used in the container definition instead of the `port` value. Therefore named ports are not supported for this field. |
|
|
||||||
| service.main.primary | bool | `true` | Make this the primary service (used in probes, notes, etc...). If there is more than 1 service, make sure that only 1 service is marked as primary. |
|
|
||||||
| service.main.type | string | `"ClusterIP"` | Set the service type |
|
|
||||||
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
|
|
||||||
| serviceAccount.create | bool | `false` | Specifies whether a service account should be created |
|
|
||||||
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
|
|
||||||
| serviceMonitor | object | See below | Configure the ServiceMonitors for the chart here. Additional ServiceMonitors can be added by adding a dictionary key similar to the 'main' ServiceMonitors. |
|
|
||||||
| serviceMonitor.main.annotations | object | `{}` | Provide additional annotations which may be required. |
|
|
||||||
| serviceMonitor.main.enabled | bool | `false` | Enables or disables the serviceMonitor. |
|
|
||||||
| serviceMonitor.main.endpoints | list | See values.yaml | Configures the endpoints for the serviceMonitor. |
|
|
||||||
| serviceMonitor.main.labels | object | `{}` | Provide additional labels which may be required. |
|
|
||||||
| serviceMonitor.main.nameOverride | string | `nil` | Override the name suffix that is used for this serviceMonitor. |
|
|
||||||
| serviceMonitor.main.selector | object | `{}` | Configures a custom selector for the serviceMonitor, this takes precedence over specifying a service name. Helm templates can be used. |
|
|
||||||
| serviceMonitor.main.serviceName | string | `"{{ include \"bjw-s.common.lib.chart.names.fullname\" $ }}"` | Configures the target Service for the serviceMonitor. Helm templates can be used. |
|
|
||||||
| sidecars | object | `{}` | Specify any sidecar containers here as dictionary items. Each sidecar container should have its own key. The dictionary item key will determine the order. Helm templates can be used. |
|
|
||||||
| termination.gracePeriodSeconds | string | `nil` | [[ref](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#lifecycle)] |
|
|
||||||
| termination.messagePath | string | `nil` | [[ref](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#lifecycle-1)] |
|
|
||||||
| termination.messagePolicy | string | `nil` | [[ref](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#lifecycle-1)] |
|
|
||||||
| tolerations | list | `[]` | Specify taint tolerations [[ref]](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) |
|
|
||||||
| topologySpreadConstraints | list | `[]` | Defines topologySpreadConstraint rules. [[ref]](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/) |
|
|
||||||
| volumeClaimTemplates | list | `[]` | Used in conjunction with `controller.type: statefulset` to create individual disks for each instance. |
|
|
||||||
|
|
||||||
## Support
|
|
||||||
|
|
||||||
- See the [Docs](http://bjw-s.github.io/helm-charts/docs/)
|
|
||||||
- Open an [issue](https://github.com/bjw-s/helm-charts/issues/new/choose)
|
|
||||||
- Join the k8s-at-home [Discord](https://discord.gg/sTMX7Vh) community
|
|
||||||
|
|
||||||
----------------------------------------------
|
|
||||||
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
|
|
||||||
@ -1,46 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Template to render code-server addon
|
|
||||||
It will include / inject the required templates based on the given values.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.addon.codeserver" -}}
|
|
||||||
{{- if .Values.addons.codeserver.enabled -}}
|
|
||||||
{{/* Append the code-server container to the sidecars */}}
|
|
||||||
{{- $container := include "bjw-s.common.addon.codeserver.container" . | fromYaml -}}
|
|
||||||
{{- if $container -}}
|
|
||||||
{{- $_ := set .Values.sidecars "addon-codeserver" $container -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/* Include the deployKeySecret if not empty */}}
|
|
||||||
{{- if or .Values.addons.codeserver.git.deployKey .Values.addons.codeserver.git.deployKeyBase64 -}}
|
|
||||||
{{- $deployKeySecret := include "bjw-s.common.addon.codeserver.deployKeySecret" . -}}
|
|
||||||
{{- if $deployKeySecret -}}
|
|
||||||
{{- $_ := set .Values.secrets "addon-codeserver-deploykey" (dict "enabled" true "stringData" ($deployKeySecret | fromYaml)) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/* Append the secret volume to the volumes */}}
|
|
||||||
{{- if or .Values.addons.codeserver.git.deployKey .Values.addons.codeserver.git.deployKeyBase64 .Values.addons.codeserver.git.deployKeySecret }}
|
|
||||||
{{- $volume := include "bjw-s.common.addon.codeserver.deployKeyVolumeSpec" . | fromYaml -}}
|
|
||||||
{{- if $volume -}}
|
|
||||||
{{- $_ := set .Values.persistence "deploykey" (dict "enabled" true "mountPath" "-" "type" "custom" "volumeSpec" $volume) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/* Add the code-server service */}}
|
|
||||||
{{- if .Values.addons.codeserver.service.enabled -}}
|
|
||||||
{{- $serviceValues := .Values.addons.codeserver.service -}}
|
|
||||||
{{- $_ := set $serviceValues "nameOverride" "addon-codeserver" -}}
|
|
||||||
{{- $_ := set $ "ObjectValues" (dict "service" $serviceValues) -}}
|
|
||||||
{{- include "bjw-s.common.class.service" $ -}}
|
|
||||||
{{- $_ := unset $.ObjectValues "service" -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/* Add the code-server ingress */}}
|
|
||||||
{{- $svcName := printf "%v-addon-codeserver" (include "bjw-s.common.lib.chart.names.fullname" .) -}}
|
|
||||||
{{- $svcPort := .Values.addons.codeserver.service.ports.codeserver.port -}}
|
|
||||||
{{- range $_, $host := .Values.addons.codeserver.ingress.hosts -}}
|
|
||||||
{{- $_ := set (index $host.paths 0) "service" (dict "name" $svcName "port" $svcPort) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- $_ := set .Values.ingress "addon-codeserver" .Values.addons.codeserver.ingress -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,46 +0,0 @@
|
|||||||
{{/*
|
|
||||||
The code-server sidecar container to be inserted.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.addon.codeserver.container" -}}
|
|
||||||
{{- if lt (len .Values.addons.codeserver.volumeMounts) 1 }}
|
|
||||||
{{- fail "At least 1 volumeMount is required for codeserver container" }}
|
|
||||||
{{- end -}}
|
|
||||||
name: codeserver
|
|
||||||
image: "{{ .Values.addons.codeserver.image.repository }}:{{ .Values.addons.codeserver.image.tag }}"
|
|
||||||
imagePullPolicy: {{ .Values.addons.codeserver.pullPolicy }}
|
|
||||||
{{- with .Values.addons.codeserver.securityContext }}
|
|
||||||
securityContext:
|
|
||||||
{{- toYaml . | nindent 2 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.addons.codeserver.env }}
|
|
||||||
env:
|
|
||||||
{{- range $k, $v := . }}
|
|
||||||
- name: {{ $k }}
|
|
||||||
value: {{ $v | quote }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
ports:
|
|
||||||
- name: codeserver
|
|
||||||
containerPort: {{ .Values.addons.codeserver.service.ports.codeserver.port }}
|
|
||||||
protocol: TCP
|
|
||||||
args:
|
|
||||||
{{- range .Values.addons.codeserver.args }}
|
|
||||||
- {{ . | quote }}
|
|
||||||
{{- end }}
|
|
||||||
- "--port"
|
|
||||||
- "{{ .Values.addons.codeserver.service.ports.codeserver.port }}"
|
|
||||||
- {{ .Values.addons.codeserver.workingDir | default (first .Values.addons.codeserver.volumeMounts).mountPath }}
|
|
||||||
volumeMounts:
|
|
||||||
{{- with .Values.addons.codeserver.volumeMounts }}
|
|
||||||
{{- toYaml . | nindent 2 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if or .Values.addons.codeserver.git.deployKey .Values.addons.codeserver.git.deployKeyBase64 .Values.addons.codeserver.git.deployKeySecret }}
|
|
||||||
- name: deploykey
|
|
||||||
mountPath: /root/.ssh/id_rsa
|
|
||||||
subPath: id_rsa
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.addons.codeserver.resources }}
|
|
||||||
resources:
|
|
||||||
{{- toYaml . | nindent 2 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,10 +0,0 @@
|
|||||||
{{/*
|
|
||||||
The deployKey secret to be included.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.addon.codeserver.deployKeySecret" -}}
|
|
||||||
{{- $deployKeyValue := .Values.addons.codeserver.git.deployKey -}}
|
|
||||||
{{- if .Values.addons.codeserver.git.deployKeyBase64 -}}
|
|
||||||
{{- $deployKeyValue = .Values.addons.codeserver.git.deployKeyBase64 | b64dec -}}
|
|
||||||
{{- end -}}
|
|
||||||
id_rsa: {{ $deployKeyValue | quote }}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,15 +0,0 @@
|
|||||||
{{/*
|
|
||||||
The volume (referencing git deploykey) to be inserted into additionalVolumes.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.addon.codeserver.deployKeyVolumeSpec" -}}
|
|
||||||
secret:
|
|
||||||
{{- if .Values.addons.codeserver.git.deployKeySecret }}
|
|
||||||
secretName: {{ .Values.addons.codeserver.git.deployKeySecret }}
|
|
||||||
{{- else }}
|
|
||||||
secretName: {{ include "bjw-s.common.lib.chart.names.fullname" . }}-addon-codeserver-deploykey
|
|
||||||
{{- end }}
|
|
||||||
defaultMode: {{ "0400" | toDecimal }}
|
|
||||||
items:
|
|
||||||
- key: id_rsa
|
|
||||||
path: id_rsa
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,13 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Template to render netshoot addon
|
|
||||||
It will include / inject the required templates based on the given values.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.addon.netshoot" -}}
|
|
||||||
{{- if .Values.addons.netshoot.enabled -}}
|
|
||||||
{{/* Append the netshoot container to the sidecars */}}
|
|
||||||
{{- $container := include "bjw-s.common.addon.netshoot.container" . | fromYaml -}}
|
|
||||||
{{- if $container -}}
|
|
||||||
{{- $_ := set .Values.sidecars "addon-netshoot" $container -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,27 +0,0 @@
|
|||||||
{{/*
|
|
||||||
The netshoot sidecar container to be inserted.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.addon.netshoot.container" -}}
|
|
||||||
name: netshoot
|
|
||||||
image: "{{ .Values.addons.netshoot.image.repository }}:{{ .Values.addons.netshoot.image.tag }}"
|
|
||||||
imagePullPolicy: {{ .Values.addons.netshoot.pullPolicy }}
|
|
||||||
{{- with .Values.addons.netshoot.securityContext }}
|
|
||||||
securityContext:
|
|
||||||
{{- toYaml . | nindent 2 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.addons.netshoot.env }}
|
|
||||||
env:
|
|
||||||
{{- range $k, $v := . }}
|
|
||||||
- name: {{ $k }}
|
|
||||||
value: {{ $v | quote }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
- -c
|
|
||||||
- sleep infinity
|
|
||||||
{{- with .Values.addons.netshoot.resources }}
|
|
||||||
resources:
|
|
||||||
{{- toYaml . | nindent 2 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,45 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Template to render VPN addon
|
|
||||||
It will include / inject the required templates based on the given values.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.addon.vpn" -}}
|
|
||||||
{{- if .Values.addons.vpn.enabled -}}
|
|
||||||
{{- if eq "gluetun" .Values.addons.vpn.type -}}
|
|
||||||
{{- include "bjw-s.common.addon.gluetun" . }}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/* Include the configmap if not empty */}}
|
|
||||||
{{- if or .Values.addons.vpn.scripts.up .Values.addons.vpn.scripts.down }}
|
|
||||||
{{- $configmap := include "bjw-s.common.addon.vpn.configmap" . -}}
|
|
||||||
{{- if $configmap -}}
|
|
||||||
{{- $_ := set .Values.configMaps "addon-vpn" (dict "enabled" true "data" ($configmap | fromYaml)) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/* Include the secret if not empty */}}
|
|
||||||
{{- if and .Values.addons.vpn.configFile (not .Values.addons.vpn.configFileSecret) }}
|
|
||||||
{{- $secret := include "bjw-s.common.addon.vpn.secret" . -}}
|
|
||||||
{{- if $secret -}}
|
|
||||||
{{- $_ := set .Values.secrets "addon-vpn-config" (dict "enabled" true "stringData" ($secret | fromYaml)) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/* Append the vpn scripts volume to the volumes */}}
|
|
||||||
{{- $scriptVolume := include "bjw-s.common.addon.vpn.scriptsVolumeSpec" . | fromYaml -}}
|
|
||||||
{{- if $scriptVolume -}}
|
|
||||||
{{- $_ := set .Values.persistence "vpnscript" (dict "enabled" true "mountPath" "-" "type" "custom" "volumeSpec" $scriptVolume) -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/* Append the vpn config volume to the volumes */}}
|
|
||||||
{{- $configVolume := include "bjw-s.common.addon.vpn.configVolumeSpec" . | fromYaml }}
|
|
||||||
{{ if $configVolume -}}
|
|
||||||
{{- $_ := set .Values.persistence "vpnconfig" (dict "enabled" true "mountPath" "-" "type" "custom" "volumeSpec" $configVolume) -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/* Include the networkpolicy if not empty */}}
|
|
||||||
{{- $networkpolicy := include "bjw-s.common.addon.vpn.networkpolicy" . -}}
|
|
||||||
{{- if $networkpolicy -}}
|
|
||||||
{{- $networkpolicy | nindent 0 -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,14 +0,0 @@
|
|||||||
{{/*
|
|
||||||
The VPN config and scripts to be included.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.addon.vpn.configmap" -}}
|
|
||||||
{{- with .Values.addons.vpn.scripts.up }}
|
|
||||||
up.sh: |-
|
|
||||||
{{- . | nindent 2}}
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
{{- with .Values.addons.vpn.scripts.down }}
|
|
||||||
down.sh: |-
|
|
||||||
{{- . | nindent 2}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,29 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Blueprint for the NetworkPolicy object that can be included in the addon.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.addon.vpn.networkpolicy" -}}
|
|
||||||
{{- if .Values.addons.vpn.networkPolicy.enabled }}
|
|
||||||
---
|
|
||||||
kind: NetworkPolicy
|
|
||||||
apiVersion: networking.k8s.io/v1
|
|
||||||
metadata:
|
|
||||||
name: {{ include "bjw-s.common.lib.chart.names.fullname" . }}
|
|
||||||
{{- with (merge (.Values.addons.vpn.networkPolicy.labels | default dict) (include "bjw-s.common.lib.metadata.allLabels" $ | fromYaml)) }}
|
|
||||||
labels: {{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with (merge (.Values.addons.vpn.networkPolicy.annotations | default dict) (include "bjw-s.common.lib.metadata.globalAnnotations" $ | fromYaml)) }}
|
|
||||||
annotations: {{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
spec:
|
|
||||||
podSelector:
|
|
||||||
{{- with (merge .Values.addons.vpn.networkPolicy.podSelectorLabels (include "bjw-s.common.lib.metadata.selectorLabels" . | fromYaml)) }}
|
|
||||||
matchLabels: {{- toYaml . | nindent 6 }}
|
|
||||||
{{- end }}
|
|
||||||
policyTypes:
|
|
||||||
- Egress
|
|
||||||
egress:
|
|
||||||
{{- with .Values.addons.vpn.networkPolicy.egress }}
|
|
||||||
{{- . | toYaml | nindent 4 }}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,9 +0,0 @@
|
|||||||
{{/*
|
|
||||||
The OpenVPN config secret to be included.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.addon.vpn.secret" -}}
|
|
||||||
{{- if and .Values.addons.vpn.configFile (not .Values.addons.vpn.configFileSecret) -}}
|
|
||||||
vpnConfigfile: |-
|
|
||||||
{{- .Values.addons.vpn.configFile | nindent 2 }}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,37 +0,0 @@
|
|||||||
{{/*
|
|
||||||
The volume (referencing VPN scripts) to be inserted into additionalVolumes.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.addon.vpn.scriptsVolumeSpec" -}}
|
|
||||||
{{- if or .Values.addons.vpn.scripts.up .Values.addons.vpn.scripts.down -}}
|
|
||||||
configMap:
|
|
||||||
name: {{ include "bjw-s.common.lib.chart.names.fullname" . }}-addon-vpn
|
|
||||||
items:
|
|
||||||
{{- if .Values.addons.vpn.scripts.up }}
|
|
||||||
- key: up.sh
|
|
||||||
path: up.sh
|
|
||||||
mode: 0777
|
|
||||||
{{- end }}
|
|
||||||
{{- if .Values.addons.vpn.scripts.down }}
|
|
||||||
- key: down.sh
|
|
||||||
path: down.sh
|
|
||||||
mode: 0777
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
The volume (referencing VPN config) to be inserted into additionalVolumes.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.addon.vpn.configVolumeSpec" -}}
|
|
||||||
{{- if or .Values.addons.vpn.configFile .Values.addons.vpn.configFileSecret -}}
|
|
||||||
secret:
|
|
||||||
{{- if .Values.addons.vpn.configFileSecret }}
|
|
||||||
secretName: {{ .Values.addons.vpn.configFileSecret }}
|
|
||||||
{{- else }}
|
|
||||||
secretName: {{ include "bjw-s.common.lib.chart.names.fullname" . }}-addon-vpn-config
|
|
||||||
{{- end }}
|
|
||||||
items:
|
|
||||||
- key: vpnConfigfile
|
|
||||||
path: vpnConfigfile
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,11 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Template to render gluetun addon. It will add the container to the list of additionalContainers.
|
|
||||||
*/}}
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.addon.gluetun" -}}
|
|
||||||
{{/* Append the gluetun container to the sidecars */}}
|
|
||||||
{{- $container := fromYaml (include "bjw-s.common.addon.gluetun.container" .) -}}
|
|
||||||
{{- if $container -}}
|
|
||||||
{{- $_ := set .Values.sidecars "addon-gluetun" $container -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,57 +0,0 @@
|
|||||||
{{/*
|
|
||||||
The gluetun sidecar container to be inserted.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.addon.gluetun.container" -}}
|
|
||||||
name: gluetun
|
|
||||||
image: "{{ .Values.addons.vpn.gluetun.image.repository }}:{{ .Values.addons.vpn.gluetun.image.tag }}"
|
|
||||||
imagePullPolicy: {{ .Values.addons.vpn.gluetun.pullPolicy }}
|
|
||||||
{{- with .Values.addons.vpn.securityContext }}
|
|
||||||
securityContext:
|
|
||||||
{{- toYaml . | nindent 2 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.addons.vpn.env }}
|
|
||||||
env:
|
|
||||||
{{- . | toYaml | nindent 2 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.addons.vpn.envFrom }}
|
|
||||||
envFrom:
|
|
||||||
{{- . | toYaml | nindent 2 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.addons.vpn.args }}
|
|
||||||
args:
|
|
||||||
{{- . | toYaml | nindent 2 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if or .Values.addons.vpn.configFile .Values.addons.vpn.configFileSecret .Values.addons.vpn.scripts.up .Values.addons.vpn.scripts.down .Values.addons.vpn.additionalVolumeMounts .Values.persistence.shared.enabled }}
|
|
||||||
volumeMounts:
|
|
||||||
{{- if or .Values.addons.vpn.configFile .Values.addons.vpn.configFileSecret }}
|
|
||||||
- name: vpnconfig
|
|
||||||
mountPath: /gluetun/config.conf
|
|
||||||
subPath: vpnConfigfile
|
|
||||||
{{- end }}
|
|
||||||
{{- if .Values.addons.vpn.scripts.up }}
|
|
||||||
- name: vpnscript
|
|
||||||
mountPath: /gluetun/scripts/up.sh
|
|
||||||
subPath: up.sh
|
|
||||||
{{- end }}
|
|
||||||
{{- if .Values.addons.vpn.scripts.down }}
|
|
||||||
- name: vpnscript
|
|
||||||
mountPath: /gluetun/scripts/down.sh
|
|
||||||
subPath: down.sh
|
|
||||||
{{- end }}
|
|
||||||
{{- if .Values.persistence.shared.enabled }}
|
|
||||||
- mountPath: {{ .Values.persistence.shared.mountPath }}
|
|
||||||
name: shared
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.addons.vpn.additionalVolumeMounts }}
|
|
||||||
{{- toYaml . | nindent 2 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.addons.vpn.livenessProbe }}
|
|
||||||
livenessProbe:
|
|
||||||
{{- toYaml . | nindent 2 }}
|
|
||||||
{{- end -}}
|
|
||||||
{{- with .Values.addons.vpn.resources }}
|
|
||||||
resources:
|
|
||||||
{{- toYaml . | nindent 2 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,34 +0,0 @@
|
|||||||
{{/*
|
|
||||||
This template serves as a blueprint for all configMap objects that are created
|
|
||||||
within the common library.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.class.configmap" -}}
|
|
||||||
{{- $fullName := include "bjw-s.common.lib.chart.names.fullname" . -}}
|
|
||||||
{{- $configMapName := $fullName -}}
|
|
||||||
{{- $values := .Values.configmap -}}
|
|
||||||
|
|
||||||
{{- if hasKey . "ObjectValues" -}}
|
|
||||||
{{- with .ObjectValues.configmap -}}
|
|
||||||
{{- $values = . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{ end -}}
|
|
||||||
|
|
||||||
{{- if and (hasKey $values "nameOverride") $values.nameOverride -}}
|
|
||||||
{{- $configMapName = printf "%v-%v" $configMapName $values.nameOverride -}}
|
|
||||||
{{- end }}
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: {{ $configMapName }}
|
|
||||||
{{- with (merge ($values.labels | default dict) (include "bjw-s.common.lib.metadata.allLabels" $ | fromYaml)) }}
|
|
||||||
labels: {{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with (merge ($values.annotations | default dict) (include "bjw-s.common.lib.metadata.globalAnnotations" $ | fromYaml)) }}
|
|
||||||
annotations: {{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
data:
|
|
||||||
{{- with $values.data }}
|
|
||||||
{{- tpl (toYaml .) $ | nindent 2 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,47 +0,0 @@
|
|||||||
{{/*
|
|
||||||
This template serves as a blueprint for Cronjob objects that are created
|
|
||||||
using the common library.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.class.cronjob" -}}
|
|
||||||
{{- $restartPolicy := default "Never" .Values.controller.restartPolicy -}}
|
|
||||||
{{- if and (ne $restartPolicy "Never") (ne $restartPolicy "OnFailure") -}}
|
|
||||||
{{- fail (printf "Not a valid restartPolicy for CronJob (%s)" $restartPolicy) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- $_ := set .Values.controller "restartPolicy" $restartPolicy -}}
|
|
||||||
---
|
|
||||||
apiVersion: batch/v1
|
|
||||||
kind: CronJob
|
|
||||||
metadata:
|
|
||||||
name: {{ include "bjw-s.common.lib.chart.names.fullname" . }}
|
|
||||||
{{- with include "bjw-s.common.lib.controller.metadata.labels" . }}
|
|
||||||
labels: {{- . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with include "bjw-s.common.lib.controller.metadata.annotations" . }}
|
|
||||||
annotations: {{- . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
spec:
|
|
||||||
concurrencyPolicy: "{{ .Values.controller.cronjob.concurrencyPolicy }}"
|
|
||||||
startingDeadlineSeconds: {{ .Values.controller.cronjob.startingDeadlineSeconds }}
|
|
||||||
schedule: "{{ .Values.controller.cronjob.schedule }}"
|
|
||||||
successfulJobsHistoryLimit: {{ .Values.controller.cronjob.successfulJobsHistory }}
|
|
||||||
failedJobsHistoryLimit: {{ .Values.controller.cronjob.failedJobsHistory }}
|
|
||||||
jobTemplate:
|
|
||||||
spec:
|
|
||||||
{{- with .Values.controller.cronjob.ttlSecondsAfterFinished }}
|
|
||||||
ttlSecondsAfterFinished: {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
backoffLimit: {{ .Values.controller.cronjob.backoffLimit }}
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
{{- with include ("bjw-s.common.lib.metadata.podAnnotations") . }}
|
|
||||||
annotations:
|
|
||||||
{{- . | nindent 12 }}
|
|
||||||
{{- end }}
|
|
||||||
labels:
|
|
||||||
{{- include "bjw-s.common.lib.metadata.selectorLabels" . | nindent 12 }}
|
|
||||||
{{- with .Values.podLabels }}
|
|
||||||
{{- toYaml . | nindent 12 }}
|
|
||||||
{{- end }}
|
|
||||||
spec:
|
|
||||||
{{- include "bjw-s.common.lib.controller.pod" . | nindent 10 }}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,35 +0,0 @@
|
|||||||
{{/*
|
|
||||||
This template serves as the blueprint for the DaemonSet objects that are created
|
|
||||||
within the common library.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.class.daemonset" -}}
|
|
||||||
---
|
|
||||||
apiVersion: apps/v1
|
|
||||||
kind: DaemonSet
|
|
||||||
metadata:
|
|
||||||
name: {{ include "bjw-s.common.lib.chart.names.fullname" . }}
|
|
||||||
{{- with include "bjw-s.common.lib.controller.metadata.labels" . }}
|
|
||||||
labels: {{- . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with include "bjw-s.common.lib.controller.metadata.annotations" . }}
|
|
||||||
annotations: {{- . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
spec:
|
|
||||||
revisionHistoryLimit: {{ .Values.controller.revisionHistoryLimit }}
|
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
{{- include "bjw-s.common.lib.metadata.selectorLabels" . | nindent 6 }}
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
{{- with include ("bjw-s.common.lib.metadata.podAnnotations") . }}
|
|
||||||
annotations:
|
|
||||||
{{- . | nindent 8 }}
|
|
||||||
{{- end }}
|
|
||||||
labels:
|
|
||||||
{{- include "bjw-s.common.lib.metadata.selectorLabels" . | nindent 8 }}
|
|
||||||
{{- with .Values.podLabels }}
|
|
||||||
{{- toYaml . | nindent 8 }}
|
|
||||||
{{- end }}
|
|
||||||
spec:
|
|
||||||
{{- include "bjw-s.common.lib.controller.pod" . | nindent 6 }}
|
|
||||||
{{- end }}
|
|
||||||
@ -1,55 +0,0 @@
|
|||||||
{{/*
|
|
||||||
This template serves as a blueprint for Deployment objects that are created
|
|
||||||
using the common library.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.class.deployment" -}}
|
|
||||||
{{- $strategy := default "Recreate" .Values.controller.strategy -}}
|
|
||||||
{{- if and (ne $strategy "Recreate") (ne $strategy "RollingUpdate") -}}
|
|
||||||
{{- fail (printf "Not a valid strategy type for Deployment (%s)" $strategy) -}}
|
|
||||||
{{- end -}}
|
|
||||||
---
|
|
||||||
apiVersion: apps/v1
|
|
||||||
kind: Deployment
|
|
||||||
metadata:
|
|
||||||
name: {{ include "bjw-s.common.lib.chart.names.fullname" . }}
|
|
||||||
{{- with include "bjw-s.common.lib.controller.metadata.labels" . }}
|
|
||||||
labels: {{- . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with include "bjw-s.common.lib.controller.metadata.annotations" . }}
|
|
||||||
annotations: {{- . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
spec:
|
|
||||||
revisionHistoryLimit: {{ .Values.controller.revisionHistoryLimit }}
|
|
||||||
{{- if not (eq .Values.controller.replicas nil) }}
|
|
||||||
replicas: {{ .Values.controller.replicas }}
|
|
||||||
{{- end }}
|
|
||||||
strategy:
|
|
||||||
type: {{ $strategy }}
|
|
||||||
{{- with .Values.controller.rollingUpdate }}
|
|
||||||
{{- if and (eq $strategy "RollingUpdate") (or .surge .unavailable) }}
|
|
||||||
rollingUpdate:
|
|
||||||
{{- with .unavailable }}
|
|
||||||
maxUnavailable: {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .surge }}
|
|
||||||
maxSurge: {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
{{- include "bjw-s.common.lib.metadata.selectorLabels" . | nindent 6 }}
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
{{- with include ("bjw-s.common.lib.metadata.podAnnotations") . }}
|
|
||||||
annotations:
|
|
||||||
{{- . | nindent 8 }}
|
|
||||||
{{- end }}
|
|
||||||
labels:
|
|
||||||
{{- include "bjw-s.common.lib.metadata.selectorLabels" . | nindent 8 }}
|
|
||||||
{{- with .Values.podLabels }}
|
|
||||||
{{- toYaml . | nindent 8 }}
|
|
||||||
{{- end }}
|
|
||||||
spec:
|
|
||||||
{{- include "bjw-s.common.lib.controller.pod" . | nindent 6 }}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,75 +0,0 @@
|
|||||||
{{/*
|
|
||||||
This template serves as a blueprint for all Ingress objects that are created
|
|
||||||
within the common library.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.class.ingress" -}}
|
|
||||||
{{- $fullName := include "bjw-s.common.lib.chart.names.fullname" . -}}
|
|
||||||
{{- $ingressName := $fullName -}}
|
|
||||||
{{- $values := .Values.ingress -}}
|
|
||||||
|
|
||||||
{{- if hasKey . "ObjectValues" -}}
|
|
||||||
{{- with .ObjectValues.ingress -}}
|
|
||||||
{{- $values = . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{ end -}}
|
|
||||||
|
|
||||||
{{- if and (hasKey $values "nameOverride") $values.nameOverride -}}
|
|
||||||
{{- $ingressName = printf "%v-%v" $ingressName $values.nameOverride -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- $primaryService := get .Values.service (include "bjw-s.common.lib.service.primary" .) -}}
|
|
||||||
{{- $defaultServiceName := $fullName -}}
|
|
||||||
{{- if and (hasKey $primaryService "nameOverride") $primaryService.nameOverride -}}
|
|
||||||
{{- $defaultServiceName = printf "%v-%v" $defaultServiceName $primaryService.nameOverride -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- $defaultServicePort := get $primaryService.ports (include "bjw-s.common.lib.service.primaryPort" (dict "values" $primaryService)) -}}
|
|
||||||
---
|
|
||||||
apiVersion: networking.k8s.io/v1
|
|
||||||
kind: Ingress
|
|
||||||
metadata:
|
|
||||||
name: {{ $ingressName }}
|
|
||||||
{{- with (merge ($values.labels | default dict) (include "bjw-s.common.lib.metadata.allLabels" $ | fromYaml)) }}
|
|
||||||
labels: {{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with (merge ($values.annotations | default dict) (include "bjw-s.common.lib.metadata.globalAnnotations" $ | fromYaml)) }}
|
|
||||||
annotations: {{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
spec:
|
|
||||||
{{- if $values.ingressClassName }}
|
|
||||||
ingressClassName: {{ $values.ingressClassName }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if $values.tls }}
|
|
||||||
tls:
|
|
||||||
{{- range $values.tls }}
|
|
||||||
- hosts:
|
|
||||||
{{- range .hosts }}
|
|
||||||
- {{ tpl . $ | quote }}
|
|
||||||
{{- end }}
|
|
||||||
{{- $secretName := tpl (default "" .secretName) $ }}
|
|
||||||
{{- if $secretName }}
|
|
||||||
secretName: {{ $secretName | quote}}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
rules:
|
|
||||||
{{- range $values.hosts }}
|
|
||||||
- host: {{ tpl .host $ | quote }}
|
|
||||||
http:
|
|
||||||
paths:
|
|
||||||
{{- range .paths }}
|
|
||||||
{{- $service := $defaultServiceName -}}
|
|
||||||
{{- $port := $defaultServicePort.port -}}
|
|
||||||
{{- if .service -}}
|
|
||||||
{{- $service = default $service .service.name -}}
|
|
||||||
{{- $port = default $port .service.port -}}
|
|
||||||
{{- end }}
|
|
||||||
- path: {{ tpl .path $ | quote }}
|
|
||||||
pathType: {{ default "Prefix" .pathType }}
|
|
||||||
backend:
|
|
||||||
service:
|
|
||||||
name: {{ $service }}
|
|
||||||
port:
|
|
||||||
number: {{ $port }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
@ -1,45 +0,0 @@
|
|||||||
{{/*
|
|
||||||
This template serves as a blueprint for all PersistentVolumeClaim objects that are created
|
|
||||||
within the common library.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.class.pvc" -}}
|
|
||||||
{{- $values := .Values.persistence -}}
|
|
||||||
{{- if hasKey . "ObjectValues" -}}
|
|
||||||
{{- with .ObjectValues.persistence -}}
|
|
||||||
{{- $values = . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{ end -}}
|
|
||||||
{{- $pvcName := include "bjw-s.common.lib.chart.names.fullname" . -}}
|
|
||||||
{{- if and (hasKey $values "nameOverride") $values.nameOverride -}}
|
|
||||||
{{- if not (eq $values.nameOverride "-") -}}
|
|
||||||
{{- $pvcName = printf "%v-%v" $pvcName $values.nameOverride -}}
|
|
||||||
{{ end -}}
|
|
||||||
{{ end }}
|
|
||||||
---
|
|
||||||
kind: PersistentVolumeClaim
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: {{ $pvcName }}
|
|
||||||
{{- with (merge ($values.labels | default dict) (include "bjw-s.common.lib.metadata.allLabels" $ | fromYaml)) }}
|
|
||||||
labels: {{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
annotations:
|
|
||||||
{{- if $values.retain }}
|
|
||||||
"helm.sh/resource-policy": keep
|
|
||||||
{{- end }}
|
|
||||||
{{- with (merge ($values.annotations | default dict) (include "bjw-s.common.lib.metadata.globalAnnotations" $ | fromYaml)) }}
|
|
||||||
{{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- {{ required (printf "accessMode is required for PVC %v" $pvcName) $values.accessMode | quote }}
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: {{ required (printf "size is required for PVC %v" $pvcName) $values.size | quote }}
|
|
||||||
{{- if $values.storageClass }}
|
|
||||||
storageClassName: {{ if (eq "-" $values.storageClass) }}""{{- else }}{{ $values.storageClass | quote }}{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if $values.volumeName }}
|
|
||||||
volumeName: {{ $values.volumeName | quote }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,73 +0,0 @@
|
|||||||
{{/*
|
|
||||||
This template serves as a blueprint for all Route objects that are created
|
|
||||||
within the common library.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.class.route" -}}
|
|
||||||
{{- $values := .Values.route -}}
|
|
||||||
{{- if hasKey . "ObjectValues" -}}
|
|
||||||
{{- with .ObjectValues.route -}}
|
|
||||||
{{- $values = . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{ end -}}
|
|
||||||
|
|
||||||
{{- $fullName := include "bjw-s.common.lib.chart.names.fullname" . -}}
|
|
||||||
{{- if and (hasKey $values "nameOverride") $values.nameOverride -}}
|
|
||||||
{{- $fullName = printf "%v-%v" $fullName $values.nameOverride -}}
|
|
||||||
{{ end -}}
|
|
||||||
{{- $routeKind := $values.kind | default "HTTPRoute" -}}
|
|
||||||
{{- $primaryService := get .Values.service (include "bjw-s.common.lib.service.primary" .) -}}
|
|
||||||
{{- $defaultServiceName := $fullName -}}
|
|
||||||
{{- if and (hasKey $primaryService "nameOverride") $primaryService.nameOverride -}}
|
|
||||||
{{- $defaultServiceName = printf "%v-%v" $defaultServiceName $primaryService.nameOverride -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- $defaultServicePort := get $primaryService.ports (include "bjw-s.common.lib.service.primaryPort" (dict "values" $primaryService)) -}}
|
|
||||||
---
|
|
||||||
apiVersion: gateway.networking.k8s.io/v1alpha2
|
|
||||||
{{- if and (ne $routeKind "GRPCRoute") (ne $routeKind "HTTPRoute") (ne $routeKind "TCPRoute") (ne $routeKind "TLSRoute") (ne $routeKind "UDPRoute") }}
|
|
||||||
{{- fail (printf "Not a valid route kind (%s)" $routeKind) }}
|
|
||||||
{{- end }}
|
|
||||||
kind: {{ $routeKind }}
|
|
||||||
metadata:
|
|
||||||
name: {{ $fullName }}
|
|
||||||
{{- with (merge ($values.labels | default dict) (include "bjw-s.common.lib.metadata.allLabels" $ | fromYaml)) }}
|
|
||||||
labels: {{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with (merge ($values.annotations | default dict) (include "bjw-s.common.lib.metadata.globalAnnotations" $ | fromYaml)) }}
|
|
||||||
annotations: {{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
spec:
|
|
||||||
parentRefs:
|
|
||||||
{{- range $values.parentRefs }}
|
|
||||||
- group: {{ default "gateway.networking.k8s.io" .group }}
|
|
||||||
kind: {{ default "Gateway" .kind }}
|
|
||||||
name: {{ required (printf "parentRef name is required for %v %v" $routeKind $fullName) .name }}
|
|
||||||
namespace: {{ required (printf "parentRef namespace is required for %v %v" $routeKind $fullName) .namespace }}
|
|
||||||
{{- if .sectionName }}
|
|
||||||
sectionName: {{ .sectionName | quote }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if and (ne $routeKind "TCPRoute") (ne $routeKind "UDPRoute") $values.hostnames }}
|
|
||||||
hostnames:
|
|
||||||
{{- with $values.hostnames }}
|
|
||||||
{{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
rules:
|
|
||||||
{{- range $values.rules }}
|
|
||||||
- backendRefs:
|
|
||||||
{{- range .backendRefs }}
|
|
||||||
- group: {{ default "" .group | quote}}
|
|
||||||
kind: {{ default "Service" .kind }}
|
|
||||||
name: {{ default $defaultServiceName .name }}
|
|
||||||
namespace: {{ default $.Release.Namespace .namespace }}
|
|
||||||
port: {{ default $defaultServicePort.port .port }}
|
|
||||||
weight: {{ default 1 .weight }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if (eq $routeKind "HTTPRoute") }}
|
|
||||||
{{- with .matches }}
|
|
||||||
matches:
|
|
||||||
{{- toYaml . | nindent 6 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
@ -1,37 +0,0 @@
|
|||||||
{{/*
|
|
||||||
This template serves as a blueprint for all Secret objects that are created
|
|
||||||
within the common library.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.class.secret" -}}
|
|
||||||
{{- $fullName := include "bjw-s.common.lib.chart.names.fullname" . -}}
|
|
||||||
{{- $secretName := $fullName -}}
|
|
||||||
{{- $values := .Values.configmap -}}
|
|
||||||
|
|
||||||
{{- if hasKey . "ObjectValues" -}}
|
|
||||||
{{- with .ObjectValues.secret -}}
|
|
||||||
{{- $values = . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{ end -}}
|
|
||||||
|
|
||||||
{{- if and (hasKey $values "nameOverride") $values.nameOverride -}}
|
|
||||||
{{- $secretName = printf "%v-%v" $secretName $values.nameOverride -}}
|
|
||||||
{{- end }}
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Secret
|
|
||||||
{{- with $values.type }}
|
|
||||||
type: {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
metadata:
|
|
||||||
name: {{ $secretName }}
|
|
||||||
{{- with (merge ($values.labels | default dict) (include "bjw-s.common.lib.metadata.allLabels" $ | fromYaml)) }}
|
|
||||||
labels: {{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with (merge ($values.annotations | default dict) (include "bjw-s.common.lib.metadata.globalAnnotations" $ | fromYaml)) }}
|
|
||||||
annotations: {{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with $values.stringData }}
|
|
||||||
stringData:
|
|
||||||
{{- tpl (toYaml .) $ | nindent 2 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,100 +0,0 @@
|
|||||||
{{/*
|
|
||||||
This template serves as a blueprint for all Service objects that are created
|
|
||||||
within the common library.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.class.service" -}}
|
|
||||||
{{- $values := .Values.service -}}
|
|
||||||
{{- if hasKey . "ObjectValues" -}}
|
|
||||||
{{- with .ObjectValues.service -}}
|
|
||||||
{{- $values = . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{ end -}}
|
|
||||||
|
|
||||||
{{- $serviceName := include "bjw-s.common.lib.chart.names.fullname" . -}}
|
|
||||||
{{- if and (hasKey $values "nameOverride") $values.nameOverride -}}
|
|
||||||
{{- $serviceName = printf "%v-%v" $serviceName $values.nameOverride -}}
|
|
||||||
{{ end -}}
|
|
||||||
{{- $svcType := $values.type | default "" -}}
|
|
||||||
{{- $enabledPorts := include "bjw-s.common.lib.service.enabledPorts" (dict "serviceName" $serviceName "values" $values) | fromYaml }}
|
|
||||||
{{- $primaryPort := get $values.ports (include "bjw-s.common.lib.service.primaryPort" (dict "values" $values)) }}
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Service
|
|
||||||
metadata:
|
|
||||||
name: {{ $serviceName }}
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/service: {{ $serviceName }}
|
|
||||||
{{- with (merge ($values.labels | default dict) (include "bjw-s.common.lib.metadata.allLabels" $ | fromYaml)) }}
|
|
||||||
{{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
annotations:
|
|
||||||
{{- if eq ( $primaryPort.protocol | default "" ) "HTTPS" }}
|
|
||||||
traefik.ingress.kubernetes.io/service.serversscheme: https
|
|
||||||
{{- end }}
|
|
||||||
{{- with (merge ($values.annotations | default dict) (include "bjw-s.common.lib.metadata.globalAnnotations" $ | fromYaml)) }}
|
|
||||||
{{ toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
spec:
|
|
||||||
{{- if (or (eq $svcType "ClusterIP") (empty $svcType)) }}
|
|
||||||
type: ClusterIP
|
|
||||||
{{- if $values.clusterIP }}
|
|
||||||
clusterIP: {{ $values.clusterIP }}
|
|
||||||
{{end}}
|
|
||||||
{{- else if eq $svcType "LoadBalancer" }}
|
|
||||||
type: {{ $svcType }}
|
|
||||||
{{- if $values.loadBalancerIP }}
|
|
||||||
loadBalancerIP: {{ $values.loadBalancerIP }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if $values.loadBalancerSourceRanges }}
|
|
||||||
loadBalancerSourceRanges:
|
|
||||||
{{ toYaml $values.loadBalancerSourceRanges | nindent 4 }}
|
|
||||||
{{- end -}}
|
|
||||||
{{- else }}
|
|
||||||
type: {{ $svcType }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if $values.externalTrafficPolicy }}
|
|
||||||
externalTrafficPolicy: {{ $values.externalTrafficPolicy }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if $values.sessionAffinity }}
|
|
||||||
sessionAffinity: {{ $values.sessionAffinity }}
|
|
||||||
{{- if $values.sessionAffinityConfig }}
|
|
||||||
sessionAffinityConfig:
|
|
||||||
{{ toYaml $values.sessionAffinityConfig | nindent 4 }}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end }}
|
|
||||||
{{- with $values.externalIPs }}
|
|
||||||
externalIPs:
|
|
||||||
{{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if $values.publishNotReadyAddresses }}
|
|
||||||
publishNotReadyAddresses: {{ $values.publishNotReadyAddresses }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if $values.ipFamilyPolicy }}
|
|
||||||
ipFamilyPolicy: {{ $values.ipFamilyPolicy }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with $values.ipFamilies }}
|
|
||||||
ipFamilies:
|
|
||||||
{{ toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
ports:
|
|
||||||
{{- range $name, $port := $enabledPorts }}
|
|
||||||
- port: {{ $port.port }}
|
|
||||||
targetPort: {{ $port.targetPort | default $name }}
|
|
||||||
{{- if $port.protocol }}
|
|
||||||
{{- if or ( eq $port.protocol "HTTP" ) ( eq $port.protocol "HTTPS" ) ( eq $port.protocol "TCP" ) }}
|
|
||||||
protocol: TCP
|
|
||||||
{{- else }}
|
|
||||||
protocol: {{ $port.protocol }}
|
|
||||||
{{- end }}
|
|
||||||
{{- else }}
|
|
||||||
protocol: TCP
|
|
||||||
{{- end }}
|
|
||||||
name: {{ $name }}
|
|
||||||
{{- if (and (eq $svcType "NodePort") (not (empty $port.nodePort))) }}
|
|
||||||
nodePort: {{ $port.nodePort }}
|
|
||||||
{{ end }}
|
|
||||||
{{- end -}}
|
|
||||||
{{- with (merge ($values.extraSelectorLabels | default dict) (include "bjw-s.common.lib.metadata.selectorLabels" . | fromYaml)) }}
|
|
||||||
selector: {{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
@ -1,19 +0,0 @@
|
|||||||
{{/*
|
|
||||||
This template serves as a blueprint for ServiceAccount objects that are created
|
|
||||||
using the common library.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.class.serviceAccount" -}}
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: ServiceAccount
|
|
||||||
metadata:
|
|
||||||
name: {{ include "bjw-s.common.lib.chart.names.serviceAccountName" . }}
|
|
||||||
{{- with include "bjw-s.common.lib.metadata.allLabels" $ | fromYaml }}
|
|
||||||
labels: {{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with (merge (.Values.serviceAccount.annotations | default dict) (include "bjw-s.common.lib.metadata.globalAnnotations" $ | fromYaml)) }}
|
|
||||||
annotations: {{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
secrets:
|
|
||||||
- name: {{ include "bjw-s.common.lib.chart.names.fullname" . }}-sa-token
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,34 +0,0 @@
|
|||||||
{{- define "bjw-s.common.class.serviceMonitor" -}}
|
|
||||||
{{- $values := dict -}}
|
|
||||||
{{- if hasKey . "ObjectValues" -}}
|
|
||||||
{{- with .ObjectValues.serviceMonitor -}}
|
|
||||||
{{- $values = . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{ end -}}
|
|
||||||
|
|
||||||
{{- $serviceMonitorName := include "bjw-s.common.lib.chart.names.fullname" . -}}
|
|
||||||
{{- if and (hasKey $values "nameOverride") $values.nameOverride -}}
|
|
||||||
{{- $serviceMonitorName = printf "%v-%v" $serviceMonitorName $values.nameOverride -}}
|
|
||||||
{{ end -}}
|
|
||||||
---
|
|
||||||
apiVersion: monitoring.coreos.com/v1
|
|
||||||
kind: ServiceMonitor
|
|
||||||
metadata:
|
|
||||||
name: {{ $serviceMonitorName }}
|
|
||||||
{{- with (merge ($values.labels | default dict) (include "bjw-s.common.lib.metadata.allLabels" $ | fromYaml)) }}
|
|
||||||
labels: {{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with (merge ($values.annotations | default dict) (include "bjw-s.common.lib.metadata.globalAnnotations" $ | fromYaml)) }}
|
|
||||||
annotations: {{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
spec:
|
|
||||||
selector:
|
|
||||||
{{- if $values.selector -}}
|
|
||||||
{{- tpl ($values.selector | toYaml) $ | nindent 4}}
|
|
||||||
{{- else }}
|
|
||||||
matchLabels:
|
|
||||||
app.kubernetes.io/service: {{ tpl $values.serviceName $ }}
|
|
||||||
{{- include "bjw-s.common.lib.metadata.selectorLabels" . | nindent 6 }}
|
|
||||||
{{- end }}
|
|
||||||
endpoints: {{- toYaml (required (printf "endpoints are required for serviceMonitor %v" $serviceMonitorName) $values.endpoints) | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
@ -1,68 +0,0 @@
|
|||||||
{{/*
|
|
||||||
This template serves as the blueprint for the StatefulSet objects that are created
|
|
||||||
within the common library.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.class.statefulset" -}}
|
|
||||||
{{- $strategy := default "RollingUpdate" .Values.controller.strategy -}}
|
|
||||||
{{- if and (ne $strategy "OnDelete") (ne $strategy "RollingUpdate") -}}
|
|
||||||
{{- fail (printf "Not a valid strategy type for StatefulSet (%s)" $strategy) -}}
|
|
||||||
{{- end -}}
|
|
||||||
---
|
|
||||||
apiVersion: apps/v1
|
|
||||||
kind: StatefulSet
|
|
||||||
metadata:
|
|
||||||
name: {{ include "bjw-s.common.lib.chart.names.fullname" . }}
|
|
||||||
{{- with include "bjw-s.common.lib.controller.metadata.labels" . }}
|
|
||||||
labels: {{- . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with include "bjw-s.common.lib.controller.metadata.annotations" . }}
|
|
||||||
annotations: {{- . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
spec:
|
|
||||||
revisionHistoryLimit: {{ .Values.controller.revisionHistoryLimit }}
|
|
||||||
replicas: {{ .Values.controller.replicas }}
|
|
||||||
podManagementPolicy: {{ default "OrderedReady" .Values.controller.podManagementPolicy }}
|
|
||||||
updateStrategy:
|
|
||||||
type: {{ $strategy }}
|
|
||||||
{{- if and (eq $strategy "RollingUpdate") .Values.controller.rollingUpdate.partition }}
|
|
||||||
rollingUpdate:
|
|
||||||
partition: {{ .Values.controller.rollingUpdate.partition }}
|
|
||||||
{{- end }}
|
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
{{- include "bjw-s.common.lib.metadata.selectorLabels" . | nindent 6 }}
|
|
||||||
serviceName: {{ include "bjw-s.common.lib.chart.names.fullname" . }}
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
{{- with include ("bjw-s.common.lib.metadata.podAnnotations") . }}
|
|
||||||
annotations:
|
|
||||||
{{- . | nindent 8 }}
|
|
||||||
{{- end }}
|
|
||||||
labels:
|
|
||||||
{{- include "bjw-s.common.lib.metadata.selectorLabels" . | nindent 8 }}
|
|
||||||
{{- with .Values.podLabels }}
|
|
||||||
{{- toYaml . | nindent 8 }}
|
|
||||||
{{- end }}
|
|
||||||
spec:
|
|
||||||
{{- include "bjw-s.common.lib.controller.pod" . | nindent 6 }}
|
|
||||||
volumeClaimTemplates:
|
|
||||||
{{- range $index, $volumeClaimTemplate := .Values.volumeClaimTemplates }}
|
|
||||||
- metadata:
|
|
||||||
name: {{ $volumeClaimTemplate.name }}
|
|
||||||
{{- with ($volumeClaimTemplate.labels | default dict) }}
|
|
||||||
labels: {{- toYaml . | nindent 10 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with ($volumeClaimTemplate.annotations | default dict) }}
|
|
||||||
annotations: {{- toYaml . | nindent 10 }}
|
|
||||||
{{- end }}
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- {{ required (printf "accessMode is required for volumeClaimTemplate %v" $volumeClaimTemplate.name) $volumeClaimTemplate.accessMode | quote }}
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: {{ required (printf "size is required for PVC %v" $volumeClaimTemplate.name) $volumeClaimTemplate.size | quote }}
|
|
||||||
{{- if $volumeClaimTemplate.storageClass }}
|
|
||||||
storageClassName: {{ if (eq "-" $volumeClaimTemplate.storageClass) }}""{{- else }}{{ $volumeClaimTemplate.storageClass | quote }}{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
@ -1,45 +0,0 @@
|
|||||||
{{/* Expand the name of the chart */}}
|
|
||||||
{{- define "bjw-s.common.lib.chart.names.name" -}}
|
|
||||||
{{- $globalNameOverride := "" -}}
|
|
||||||
{{- if hasKey .Values "global" -}}
|
|
||||||
{{- $globalNameOverride = (default $globalNameOverride .Values.global.nameOverride) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- default .Chart.Name (default .Values.nameOverride $globalNameOverride) | trunc 63 | trimSuffix "-" -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Create a default fully qualified app name.
|
|
||||||
We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
|
|
||||||
If release name contains chart name it will be used as a full name.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.lib.chart.names.fullname" -}}
|
|
||||||
{{- $name := include "bjw-s.common.lib.chart.names.name" . -}}
|
|
||||||
{{- $globalFullNameOverride := "" -}}
|
|
||||||
{{- if hasKey .Values "global" -}}
|
|
||||||
{{- $globalFullNameOverride = (default $globalFullNameOverride .Values.global.fullnameOverride) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- if or .Values.fullnameOverride $globalFullNameOverride -}}
|
|
||||||
{{- $name = default .Values.fullnameOverride $globalFullNameOverride -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- if contains $name .Release.Name -}}
|
|
||||||
{{- $name = .Release.Name -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- $name = printf "%s-%s" .Release.Name $name -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- trunc 63 $name | trimSuffix "-" -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/* Create chart name and version as used by the chart label */}}
|
|
||||||
{{- define "bjw-s.common.lib.chart.names.chart" -}}
|
|
||||||
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/* Create the name of the ServiceAccount to use */}}
|
|
||||||
{{- define "bjw-s.common.lib.chart.names.serviceAccountName" -}}
|
|
||||||
{{- if .Values.serviceAccount.create -}}
|
|
||||||
{{- default (include "bjw-s.common.lib.chart.names.fullname" .) .Values.serviceAccount.name -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- default "default" .Values.serviceAccount.name -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,56 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Default NOTES.txt content.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.lib.chart.notes" -}}
|
|
||||||
|
|
||||||
{{- $primaryIngress := get .Values.ingress (include "bjw-s.common.lib.ingress.primary" .) -}}
|
|
||||||
{{- $primaryService := get .Values.service (include "bjw-s.common.lib.service.primary" .) -}}
|
|
||||||
{{- $primaryPort := "" -}}
|
|
||||||
{{- if $primaryService -}}
|
|
||||||
{{- $primaryPort = get $primaryService.ports (include "bjw-s.common.lib.service.primaryPort" (dict "serviceName" (include "bjw-s.common.lib.service.primary" .) "values" $primaryService)) -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- $prefix := "http" -}}
|
|
||||||
{{- if $primaryPort }}
|
|
||||||
{{- if hasKey $primaryPort "protocol" }}
|
|
||||||
{{- if eq $primaryPort.protocol "HTTPS" }}
|
|
||||||
{{- $prefix = "https" }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
{{- if $primaryIngress }}
|
|
||||||
1. Access the application by visiting one of these URL's:
|
|
||||||
{{ range $primaryIngress.hosts }}
|
|
||||||
{{- $prefix = "http" -}}
|
|
||||||
{{ if $primaryIngress.tls -}}
|
|
||||||
{{- $prefix = "https" -}}
|
|
||||||
{{ end -}}
|
|
||||||
{{- $host := .host -}}
|
|
||||||
{{ if .hostTpl -}}
|
|
||||||
{{- $host = tpl .hostTpl $ -}}
|
|
||||||
{{ end }}
|
|
||||||
{{- $path := (first .paths).path | default "/" -}}
|
|
||||||
{{ if (first .paths).pathTpl -}}
|
|
||||||
{{- $path = tpl (first .paths).pathTpl $ -}}
|
|
||||||
{{ end }}
|
|
||||||
- {{ $prefix }}://{{- $host }}{{- $path }}
|
|
||||||
{{- end }}
|
|
||||||
{{- else if and $primaryService $primaryPort }}
|
|
||||||
1. Get the application URL by running these commands:
|
|
||||||
{{- if contains "NodePort" $primaryService.type }}
|
|
||||||
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "bjw-s.common.lib.chart.names.fullname" . }})
|
|
||||||
export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")
|
|
||||||
echo {{ $prefix }}://$NODE_IP:$NODE_PORT
|
|
||||||
{{- else if contains "LoadBalancer" $primaryService.type }}
|
|
||||||
NOTE: It may take a few minutes for the LoadBalancer IP to be available.
|
|
||||||
You can watch the status of by running 'kubectl get svc -w {{ include "bjw-s.common.lib.chart.names.fullname" . }}'
|
|
||||||
export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "bjw-s.common.lib.chart.names.fullname" . }} -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
|
|
||||||
echo {{ $prefix }}://$SERVICE_IP:{{ $primaryPort.port | toString | atoi }}
|
|
||||||
{{- else if contains "ClusterIP" $primaryService.type }}
|
|
||||||
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "bjw-s.common.lib.chart.names.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
|
|
||||||
echo "Visit {{ $prefix }}://127.0.0.1:8080 to use your application"
|
|
||||||
kubectl port-forward $POD_NAME 8080:{{ $primaryPort.port | toString | atoi }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,15 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Image used by the main container.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.lib.container.image" -}}
|
|
||||||
{{- $imageRepo := .Values.image.repository -}}
|
|
||||||
{{- $imageTag := default .Chart.AppVersion .Values.image.tag -}}
|
|
||||||
|
|
||||||
{{- if kindIs "float64" .Values.image.tag -}}
|
|
||||||
{{- $imageTag = .Values.image.tag | toString -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- if and $imageRepo $imageTag -}}
|
|
||||||
{{- printf "%s:%s" $imageRepo $imageTag -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,43 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Environment variables used by containers.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.lib.container.envVars" -}}
|
|
||||||
{{- $values := .Values.env -}}
|
|
||||||
{{- if hasKey . "ObjectValues" -}}
|
|
||||||
{{- with .ObjectValues.envVars -}}
|
|
||||||
{{- $values = . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- with $values -}}
|
|
||||||
{{- $result := list -}}
|
|
||||||
{{- range $k, $v := . -}}
|
|
||||||
{{- $name := $k -}}
|
|
||||||
{{- $value := $v -}}
|
|
||||||
{{- if kindIs "int" $name -}}
|
|
||||||
{{- $name = required "environment variables as a list of maps require a name field" $value.name -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- if kindIs "map" $value -}}
|
|
||||||
{{- if hasKey $value "value" -}}
|
|
||||||
{{- $envValue := $value.value | toString -}}
|
|
||||||
{{- $result = append $result (dict "name" $name "value" (tpl $envValue $)) -}}
|
|
||||||
{{- else if hasKey $value "valueFrom" -}}
|
|
||||||
{{- $result = append $result (dict "name" $name "valueFrom" $value.valueFrom) -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- $result = append $result (dict "name" $name "valueFrom" $value) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- if not (kindIs "map" $value) -}}
|
|
||||||
{{- if kindIs "string" $value -}}
|
|
||||||
{{- $result = append $result (dict "name" $name "value" (tpl $value $)) -}}
|
|
||||||
{{- else if or (kindIs "float64" $value) (kindIs "bool" $value) -}}
|
|
||||||
{{- $result = append $result (dict "name" $name "value" ($value | toString)) -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- $result = append $result (dict "name" $name "value" $value) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- toYaml (dict "env" $result) | nindent 0 -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,41 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Ports included by the controller.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.lib.container.ports" -}}
|
|
||||||
{{- $ports := list -}}
|
|
||||||
{{- range $servicename, $service := .Values.service -}}
|
|
||||||
{{- $serviceEnabled := true -}}
|
|
||||||
{{- if hasKey $service "enabled" -}}
|
|
||||||
{{- $serviceEnabled = $service.enabled -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- if $serviceEnabled -}}
|
|
||||||
{{- $enabledPorts := include "bjw-s.common.lib.service.enabledPorts" (dict "serviceName" $servicename "values" $service) | fromYaml }}
|
|
||||||
{{- range $portname, $port := ($enabledPorts | default dict) -}}
|
|
||||||
{{- $_ := set $port "name" $portname -}}
|
|
||||||
{{- $ports = mustAppend $ports $port -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/* export/render the list of ports */}}
|
|
||||||
{{- if $ports -}}
|
|
||||||
{{- range $_ := $ports }}
|
|
||||||
{{- if default true .enabled | }}
|
|
||||||
- name: {{ .name }}
|
|
||||||
{{- if and .targetPort (kindIs "string" .targetPort) }}
|
|
||||||
{{- fail (printf "Our charts do not support named ports for targetPort. (port name %s, targetPort %s)" .name .targetPort) }}
|
|
||||||
{{- end }}
|
|
||||||
containerPort: {{ .targetPort | default .port }}
|
|
||||||
{{- if .protocol }}
|
|
||||||
{{- if or ( eq .protocol "HTTP" ) ( eq .protocol "HTTPS" ) ( eq .protocol "TCP" ) }}
|
|
||||||
protocol: TCP
|
|
||||||
{{- else }}
|
|
||||||
protocol: {{ .protocol }}
|
|
||||||
{{- end }}
|
|
||||||
{{- else }}
|
|
||||||
protocol: TCP
|
|
||||||
{{- end }}
|
|
||||||
{{- end}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,67 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Probes selection logic.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.lib.container.probes" -}}
|
|
||||||
{{- $primaryService := get .Values.service (include "bjw-s.common.lib.service.primary" .) -}}
|
|
||||||
{{- $primaryPort := "" -}}
|
|
||||||
{{- if $primaryService -}}
|
|
||||||
{{- $primaryPort = get $primaryService.ports (include "bjw-s.common.lib.service.primaryPort" (dict "serviceName" (include "bjw-s.common.lib.service.primary" .) "values" $primaryService)) -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- range $probeName, $probe := .Values.probes -}}
|
|
||||||
{{- if $probe.enabled -}}
|
|
||||||
{{- $probeOutput := "" -}}
|
|
||||||
{{- if $probe.custom -}}
|
|
||||||
{{- if $probe.spec -}}
|
|
||||||
{{- $probeOutput = $probe.spec | toYaml -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- if $primaryPort -}}
|
|
||||||
{{- $probeType := "" -}}
|
|
||||||
{{- if eq $probe.type "AUTO" -}}
|
|
||||||
{{- $probeType = $primaryPort.protocol -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- $probeType = $probe.type | default "TCP" -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- $probeDefinition := dict
|
|
||||||
"initialDelaySeconds" $probe.spec.initialDelaySeconds
|
|
||||||
"failureThreshold" $probe.spec.failureThreshold
|
|
||||||
"timeoutSeconds" $probe.spec.timeoutSeconds
|
|
||||||
"periodSeconds" $probe.spec.periodSeconds
|
|
||||||
-}}
|
|
||||||
|
|
||||||
{{- $probeHeader := "" -}}
|
|
||||||
{{- if or ( eq $probeType "HTTPS" ) ( eq $probeType "HTTP" ) -}}
|
|
||||||
{{- $probeHeader = "httpGet" -}}
|
|
||||||
|
|
||||||
{{- $_ := set $probeDefinition $probeHeader (
|
|
||||||
dict
|
|
||||||
"path" $probe.path
|
|
||||||
"scheme" $probeType
|
|
||||||
)
|
|
||||||
-}}
|
|
||||||
{{- else }}
|
|
||||||
{{- $probeHeader = "tcpSocket" -}}
|
|
||||||
{{- $_ := set $probeDefinition $probeHeader dict -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- if $probe.port }}
|
|
||||||
{{- $_ := set (index $probeDefinition $probeHeader) "port" (tpl ( $probe.port | toString ) $) -}}
|
|
||||||
{{- else if $primaryPort.targetPort }}
|
|
||||||
{{- $_ := set (index $probeDefinition $probeHeader) "port" $primaryPort.targetPort -}}
|
|
||||||
{{- else }}
|
|
||||||
{{- $_ := set (index $probeDefinition $probeHeader) "port" ($primaryPort.port | toString | atoi ) -}}
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
{{- $probeOutput = $probeDefinition | toYaml | trim -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- if $probeOutput -}}
|
|
||||||
{{- printf "%sProbe:" $probeName | nindent 0 -}}
|
|
||||||
{{- $probeOutput | nindent 2 -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,56 +0,0 @@
|
|||||||
{{/* Volumes included by the controller */}}
|
|
||||||
{{- define "bjw-s.common.lib.container.volumeMounts" -}}
|
|
||||||
{{- range $persistenceIndex, $persistenceItem := .Values.persistence }}
|
|
||||||
{{- if $persistenceItem.enabled -}}
|
|
||||||
{{- if kindIs "slice" $persistenceItem.subPath -}}
|
|
||||||
{{- if $persistenceItem.mountPath -}}
|
|
||||||
{{- fail (printf "Cannot use persistence.mountPath with a subPath list (%s)" $persistenceIndex) }}
|
|
||||||
{{- end -}}
|
|
||||||
{{- range $subPathIndex, $subPathItem := $persistenceItem.subPath }}
|
|
||||||
- name: {{ $persistenceIndex }}
|
|
||||||
subPath: {{ required "subPaths as a list of maps require a path field" $subPathItem.path }}
|
|
||||||
mountPath: {{ required "subPaths as a list of maps require an explicit mountPath field" $subPathItem.mountPath }}
|
|
||||||
{{- with $subPathItem.readOnly }}
|
|
||||||
readOnly: {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with $subPathItem.mountPropagation }}
|
|
||||||
mountPropagation: {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{/* Set the default mountPath to /<name_of_the_peristence_item> */}}
|
|
||||||
{{- $mountPath := (printf "/%v" $persistenceIndex) -}}
|
|
||||||
{{- if eq "hostPath" (default "pvc" $persistenceItem.type) -}}
|
|
||||||
{{- $mountPath = $persistenceItem.hostPath -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{/* Use the specified mountPath if provided */}}
|
|
||||||
{{- with $persistenceItem.mountPath -}}
|
|
||||||
{{- $mountPath = . -}}
|
|
||||||
{{- end }}
|
|
||||||
{{- if ne $mountPath "-" }}
|
|
||||||
- name: {{ $persistenceIndex }}
|
|
||||||
mountPath: {{ $mountPath }}
|
|
||||||
{{- with $persistenceItem.subPath }}
|
|
||||||
subPath: {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with $persistenceItem.readOnly }}
|
|
||||||
readOnly: {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with $persistenceItem.mountPropagation }}
|
|
||||||
mountPropagation: {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
{{- if eq .Values.controller.type "statefulset" }}
|
|
||||||
{{- range $index, $vct := .Values.volumeClaimTemplates }}
|
|
||||||
- mountPath: {{ $vct.mountPath }}
|
|
||||||
name: {{ $vct.name }}
|
|
||||||
{{- if $vct.subPath }}
|
|
||||||
subPath: {{ $vct.subPath }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,58 +0,0 @@
|
|||||||
{{- /* The main container included in the controller */ -}}
|
|
||||||
{{- define "bjw-s.common.lib.controller.mainContainer" -}}
|
|
||||||
- name: {{ include "bjw-s.common.lib.chart.names.fullname" . }}
|
|
||||||
image: {{ include "bjw-s.common.lib.container.image" . }}
|
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
|
||||||
{{- with .Values.command }}
|
|
||||||
command:
|
|
||||||
{{- if kindIs "string" . }}
|
|
||||||
- {{ . | quote }}
|
|
||||||
{{- else }}
|
|
||||||
{{ toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.args }}
|
|
||||||
args:
|
|
||||||
{{- if kindIs "string" . }}
|
|
||||||
- {{ . | quote }}
|
|
||||||
{{- else }}
|
|
||||||
{{ toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.securityContext }}
|
|
||||||
securityContext:
|
|
||||||
{{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.lifecycle }}
|
|
||||||
lifecycle:
|
|
||||||
{{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.termination.messagePath }}
|
|
||||||
terminationMessagePath: {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.termination.messagePolicy }}
|
|
||||||
terminationMessagePolicy: {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
{{- with .Values.env }}
|
|
||||||
env:
|
|
||||||
{{- get (fromYaml (include "bjw-s.common.lib.container.envVars" $)) "env" | toYaml | nindent 4 -}}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.envFrom }}
|
|
||||||
envFrom:
|
|
||||||
{{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with (include "bjw-s.common.lib.container.ports" . | trim) }}
|
|
||||||
ports:
|
|
||||||
{{- nindent 4 . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with (include "bjw-s.common.lib.container.volumeMounts" . | trim) }}
|
|
||||||
volumeMounts:
|
|
||||||
{{- nindent 4 . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- include "bjw-s.common.lib.container.probes" . | trim | nindent 2 }}
|
|
||||||
{{- with .Values.resources }}
|
|
||||||
resources:
|
|
||||||
{{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,25 +0,0 @@
|
|||||||
{{- define "bjw-s.common.lib.controller.metadata.labels" -}}
|
|
||||||
{{-
|
|
||||||
$labels := (
|
|
||||||
merge
|
|
||||||
(.Values.controller.labels | default dict)
|
|
||||||
(include "bjw-s.common.lib.metadata.allLabels" $ | fromYaml)
|
|
||||||
)
|
|
||||||
-}}
|
|
||||||
{{- with $labels -}}
|
|
||||||
{{- toYaml . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- define "bjw-s.common.lib.controller.metadata.annotations" -}}
|
|
||||||
{{-
|
|
||||||
$annotations := (
|
|
||||||
merge
|
|
||||||
(.Values.controller.annotations | default dict)
|
|
||||||
(include "bjw-s.common.lib.metadata.globalAnnotations" $ | fromYaml)
|
|
||||||
)
|
|
||||||
-}}
|
|
||||||
{{- with $annotations -}}
|
|
||||||
{{- toYaml . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,114 +0,0 @@
|
|||||||
{{- /*
|
|
||||||
The pod definition included in the controller.
|
|
||||||
*/ -}}
|
|
||||||
{{- define "bjw-s.common.lib.controller.pod" -}}
|
|
||||||
{{- with .Values.imagePullSecrets }}
|
|
||||||
imagePullSecrets:
|
|
||||||
{{- toYaml . | nindent 2 }}
|
|
||||||
{{- end }}
|
|
||||||
serviceAccountName: {{ include "bjw-s.common.lib.chart.names.serviceAccountName" . }}
|
|
||||||
automountServiceAccountToken: {{ .Values.automountServiceAccountToken }}
|
|
||||||
{{- with .Values.podSecurityContext }}
|
|
||||||
securityContext:
|
|
||||||
{{- toYaml . | nindent 2 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.priorityClassName }}
|
|
||||||
priorityClassName: {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.runtimeClassName }}
|
|
||||||
runtimeClassName: {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.schedulerName }}
|
|
||||||
schedulerName: {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.hostIPC }}
|
|
||||||
hostIPC: {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.hostNetwork }}
|
|
||||||
hostNetwork: {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.hostPID }}
|
|
||||||
hostPID: {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.hostname }}
|
|
||||||
hostname: {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if .Values.dnsPolicy }}
|
|
||||||
dnsPolicy: {{ .Values.dnsPolicy }}
|
|
||||||
{{- else if .Values.hostNetwork }}
|
|
||||||
dnsPolicy: ClusterFirstWithHostNet
|
|
||||||
{{- else }}
|
|
||||||
dnsPolicy: ClusterFirst
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.dnsConfig }}
|
|
||||||
dnsConfig:
|
|
||||||
{{- toYaml . | nindent 2 }}
|
|
||||||
{{- end }}
|
|
||||||
enableServiceLinks: {{ .Values.enableServiceLinks }}
|
|
||||||
{{- with .Values.termination.gracePeriodSeconds }}
|
|
||||||
terminationGracePeriodSeconds: {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if .Values.initContainers }}
|
|
||||||
initContainers:
|
|
||||||
{{- $initContainers := list }}
|
|
||||||
{{- range $index, $key := (keys .Values.initContainers | uniq | sortAlpha) }}
|
|
||||||
{{- $container := get $.Values.initContainers $key }}
|
|
||||||
{{- if not $container.name -}}
|
|
||||||
{{- $_ := set $container "name" $key }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if $container.env -}}
|
|
||||||
{{- $_ := set $ "ObjectValues" (dict "envVars" $container.env) -}}
|
|
||||||
{{- $newEnv := fromYaml (include "bjw-s.common.lib.container.envVars" $) -}}
|
|
||||||
{{- $_ := unset $.ObjectValues "envVars" -}}
|
|
||||||
{{- $_ := set $container "env" $newEnv.env }}
|
|
||||||
{{- end }}
|
|
||||||
{{- $initContainers = append $initContainers $container }}
|
|
||||||
{{- end }}
|
|
||||||
{{- tpl (toYaml $initContainers) $ | nindent 2 }}
|
|
||||||
{{- end }}
|
|
||||||
containers:
|
|
||||||
{{- include "bjw-s.common.lib.controller.mainContainer" . | nindent 2 }}
|
|
||||||
{{- with (merge .Values.sidecars .Values.additionalContainers) }}
|
|
||||||
{{- $sidecarContainers := list }}
|
|
||||||
{{- range $name, $container := . }}
|
|
||||||
{{- if not $container.name -}}
|
|
||||||
{{- $_ := set $container "name" $name }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if $container.env -}}
|
|
||||||
{{- $_ := set $ "ObjectValues" (dict "envVars" $container.env) -}}
|
|
||||||
{{- $newEnv := fromYaml (include "bjw-s.common.lib.container.envVars" $) -}}
|
|
||||||
{{- $_ := set $container "env" $newEnv.env }}
|
|
||||||
{{- $_ := unset $.ObjectValues "envVars" -}}
|
|
||||||
{{- end }}
|
|
||||||
{{- $sidecarContainers = append $sidecarContainers $container }}
|
|
||||||
{{- end }}
|
|
||||||
{{- tpl (toYaml $sidecarContainers) $ | nindent 2 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with (include "bjw-s.common.lib.controller.volumes" . | trim) }}
|
|
||||||
volumes:
|
|
||||||
{{- nindent 2 . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.hostAliases }}
|
|
||||||
hostAliases:
|
|
||||||
{{- toYaml . | nindent 2 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.nodeSelector }}
|
|
||||||
nodeSelector:
|
|
||||||
{{- toYaml . | nindent 2 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.affinity }}
|
|
||||||
affinity:
|
|
||||||
{{- toYaml . | nindent 2 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.topologySpreadConstraints }}
|
|
||||||
topologySpreadConstraints:
|
|
||||||
{{- toYaml . | nindent 2 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.tolerations }}
|
|
||||||
tolerations:
|
|
||||||
{{- toYaml . | nindent 2 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.controller.restartPolicy }}
|
|
||||||
restartPolicy: {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,68 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Volumes included by the controller.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.lib.controller.volumes" -}}
|
|
||||||
{{- range $index, $persistence := .Values.persistence }}
|
|
||||||
{{- if $persistence.enabled }}
|
|
||||||
- name: {{ $index }}
|
|
||||||
{{- if eq (default "pvc" $persistence.type) "pvc" }}
|
|
||||||
{{- $pvcName := (include "bjw-s.common.lib.chart.names.fullname" $) -}}
|
|
||||||
{{- if $persistence.existingClaim }}
|
|
||||||
{{- /* Always prefer an existingClaim if that is set */}}
|
|
||||||
{{- $pvcName = $persistence.existingClaim -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- /* Otherwise refer to the PVC name */}}
|
|
||||||
{{- if $persistence.nameOverride -}}
|
|
||||||
{{- if not (eq $persistence.nameOverride "-") -}}
|
|
||||||
{{- $pvcName = (printf "%s-%s" (include "bjw-s.common.lib.chart.names.fullname" $) $persistence.nameOverride) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- $pvcName = (printf "%s-%s" (include "bjw-s.common.lib.chart.names.fullname" $) $index) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end }}
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: {{ $pvcName }}
|
|
||||||
{{- else if or (eq $persistence.type "configMap") (eq $persistence.type "secret") }}
|
|
||||||
{{- $objectName := (required (printf "name not set for persistence item %s" $index) $persistence.name) }}
|
|
||||||
{{- $objectName = tpl $objectName $ }}
|
|
||||||
{{- if eq $persistence.type "configMap" }}
|
|
||||||
configMap:
|
|
||||||
name: {{ $objectName }}
|
|
||||||
{{- else }}
|
|
||||||
secret:
|
|
||||||
secretName: {{ $objectName }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with $persistence.defaultMode }}
|
|
||||||
defaultMode: {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with $persistence.items }}
|
|
||||||
items:
|
|
||||||
{{- toYaml . | nindent 6 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- else if eq $persistence.type "emptyDir" }}
|
|
||||||
{{- $emptyDir := dict -}}
|
|
||||||
{{- with $persistence.medium -}}
|
|
||||||
{{- $_ := set $emptyDir "medium" . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- with $persistence.sizeLimit -}}
|
|
||||||
{{- $_ := set $emptyDir "sizeLimit" . -}}
|
|
||||||
{{- end }}
|
|
||||||
emptyDir: {{- $emptyDir | toYaml | nindent 4 }}
|
|
||||||
{{- else if eq $persistence.type "hostPath" }}
|
|
||||||
hostPath:
|
|
||||||
path: {{ required "hostPath not set" $persistence.hostPath }}
|
|
||||||
{{- with $persistence.hostPathType }}
|
|
||||||
type: {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- else if eq $persistence.type "nfs" }}
|
|
||||||
nfs:
|
|
||||||
server: {{ required "server not set" $persistence.server }}
|
|
||||||
path: {{ required "path not set" $persistence.path }}
|
|
||||||
{{- else if eq $persistence.type "custom" }}
|
|
||||||
{{- toYaml $persistence.volumeSpec | nindent 2 }}
|
|
||||||
{{- else }}
|
|
||||||
{{- fail (printf "Not a valid persistence.type (%s)" $persistence.type) }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
@ -1,21 +0,0 @@
|
|||||||
{{/* Return the name of the primary ingress object */}}
|
|
||||||
{{- define "bjw-s.common.lib.ingress.primary" -}}
|
|
||||||
{{- $enabledIngresses := dict -}}
|
|
||||||
{{- range $name, $ingress := .Values.ingress -}}
|
|
||||||
{{- if $ingress.enabled -}}
|
|
||||||
{{- $_ := set $enabledIngresses $name . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- $result := "" -}}
|
|
||||||
{{- range $name, $ingress := $enabledIngresses -}}
|
|
||||||
{{- if and (hasKey $ingress "primary") $ingress.primary -}}
|
|
||||||
{{- $result = $name -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- if not $result -}}
|
|
||||||
{{- $result = keys $enabledIngresses | first -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- $result -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,10 +0,0 @@
|
|||||||
{{/* Common labels shared across objects */}}
|
|
||||||
{{- define "bjw-s.common.lib.metadata.allLabels" -}}
|
|
||||||
helm.sh/chart: {{ include "bjw-s.common.lib.chart.names.chart" . }}
|
|
||||||
{{ include "bjw-s.common.lib.metadata.selectorLabels" . }}
|
|
||||||
{{- if .Chart.AppVersion }}
|
|
||||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
|
||||||
{{- end }}
|
|
||||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
|
||||||
{{ include "bjw-s.common.lib.metadata.globalLabels" . }}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,10 +0,0 @@
|
|||||||
{{/* Common annotations shared across objects */}}
|
|
||||||
{{- define "bjw-s.common.lib.metadata.globalAnnotations" -}}
|
|
||||||
{{- with .Values.global.annotations }}
|
|
||||||
{{- range $k, $v := . }}
|
|
||||||
{{- $name := $k }}
|
|
||||||
{{- $value := tpl $v $ }}
|
|
||||||
{{ $name }}: {{ quote $value }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,9 +0,0 @@
|
|||||||
{{- define "bjw-s.common.lib.metadata.globalLabels" -}}
|
|
||||||
{{- with .Values.global.labels }}
|
|
||||||
{{- range $k, $v := . }}
|
|
||||||
{{- $name := $k }}
|
|
||||||
{{- $value := tpl $v $ }}
|
|
||||||
{{ $name }}: {{ quote $value }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,26 +0,0 @@
|
|||||||
{{/* Determine the Pod annotations used in the controller */}}
|
|
||||||
{{- define "bjw-s.common.lib.metadata.podAnnotations" -}}
|
|
||||||
{{- if .Values.podAnnotations -}}
|
|
||||||
{{- tpl (toYaml .Values.podAnnotations) . | nindent 0 -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- $configMapsFound := dict -}}
|
|
||||||
{{- range $name, $configmap := .Values.configMaps -}}
|
|
||||||
{{- if $configmap.enabled -}}
|
|
||||||
{{- $_ := set $configMapsFound $name (toYaml $configmap.data | sha256sum) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- if $configMapsFound -}}
|
|
||||||
{{- printf "checksum/config: %v" (toYaml $configMapsFound | sha256sum) | nindent 0 -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- $secretsFound := dict -}}
|
|
||||||
{{- range $name, $secret := .Values.secrets -}}
|
|
||||||
{{- if $secret.enabled -}}
|
|
||||||
{{- $_ := set $secretsFound $name (toYaml $secret.data | sha256sum) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- if $secretsFound -}}
|
|
||||||
{{- printf "checksum/secrets: %v" (toYaml $secretsFound | sha256sum) | nindent 0 -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
{{/* Selector labels shared across objects */}}
|
|
||||||
{{- define "bjw-s.common.lib.metadata.selectorLabels" -}}
|
|
||||||
app.kubernetes.io/name: {{ include "bjw-s.common.lib.chart.names.name" . }}
|
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,21 +0,0 @@
|
|||||||
{{/* Return the name of the primary route object */}}
|
|
||||||
{{- define "bjw-s.common.lib.route.primary" -}}
|
|
||||||
{{- $enabledRoutes := dict -}}
|
|
||||||
{{- range $name, $route := .Values.route -}}
|
|
||||||
{{- if $route.enabled -}}
|
|
||||||
{{- $_ := set $enabledRoutes $name . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- $result := "" -}}
|
|
||||||
{{- range $name, $route := $enabledRoutes -}}
|
|
||||||
{{- if and (hasKey $route "primary") $route.primary -}}
|
|
||||||
{{- $result = $name -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- if not $result -}}
|
|
||||||
{{- $result = keys $enabledRoutes | first -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- $result -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,19 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Return the enabled ports for a given Service object.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.lib.service.enabledPorts" -}}
|
|
||||||
{{- $enabledPorts := dict -}}
|
|
||||||
|
|
||||||
{{- range $name, $port := .values.ports -}}
|
|
||||||
{{- if kindIs "map" $port -}}
|
|
||||||
{{- $portEnabled := true -}}
|
|
||||||
{{- if hasKey $port "enabled" -}}
|
|
||||||
{{- $portEnabled = $port.enabled -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- if $portEnabled -}}
|
|
||||||
{{- $_ := set $enabledPorts $name . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- $enabledPorts | toYaml -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,18 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Return the enabled services.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.lib.service.enabledServices" -}}
|
|
||||||
{{- $enabledServices := dict -}}
|
|
||||||
{{- range $name, $service := .Values.service -}}
|
|
||||||
{{- if kindIs "map" $service -}}
|
|
||||||
{{- $serviceEnabled := true -}}
|
|
||||||
{{- if hasKey $service "enabled" -}}
|
|
||||||
{{- $serviceEnabled = $service.enabled -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- if $serviceEnabled -}}
|
|
||||||
{{- $_ := set $enabledServices $name . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- $enabledServices | toYaml -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,18 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Return the primary service object
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.lib.service.primary" -}}
|
|
||||||
{{- $enabledServices := (include "bjw-s.common.lib.service.enabledServices" $ | fromYaml ) }}
|
|
||||||
|
|
||||||
{{- $result := "" -}}
|
|
||||||
{{- range $name, $service := $enabledServices -}}
|
|
||||||
{{- if and (hasKey $service "primary") $service.primary -}}
|
|
||||||
{{- $result = $name -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- if not $result -}}
|
|
||||||
{{- $result = keys $enabledServices | first -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- $result -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,18 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Return the primary port for a given Service object.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.lib.service.primaryPort" -}}
|
|
||||||
{{- $enabledPorts := (include "bjw-s.common.lib.service.enabledPorts" . | fromYaml) }}
|
|
||||||
|
|
||||||
{{- $result := "" -}}
|
|
||||||
{{- range $name, $port := $enabledPorts -}}
|
|
||||||
{{- if and (hasKey $port "primary") $port.primary -}}
|
|
||||||
{{- $result = $name -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- if not $result -}}
|
|
||||||
{{- $result = keys $enabledPorts | first -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- $result -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,10 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Main entrypoint for the common library chart. It will render all underlying templates based on the provided values.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.loader.all" -}}
|
|
||||||
{{- /* Generate chart and dependency values */ -}}
|
|
||||||
{{- include "bjw-s.common.loader.init" . -}}
|
|
||||||
|
|
||||||
{{- /* Generate remaining objects */ -}}
|
|
||||||
{{- include "bjw-s.common.loader.generate" . -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,30 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Secondary entrypoint and primary loader for the common chart
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.loader.generate" -}}
|
|
||||||
{{- /* Enable code-server add-on if required */ -}}
|
|
||||||
{{- if .Values.addons.codeserver.enabled -}}
|
|
||||||
{{- include "bjw-s.common.addon.codeserver" . | nindent 0 -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- /* Enable VPN add-on if required */ -}}
|
|
||||||
{{- if .Values.addons.vpn.enabled -}}
|
|
||||||
{{- include "bjw-s.common.addon.vpn" . | nindent 0 -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- /* Enable netshoot add-on if required */ -}}
|
|
||||||
{{- if .Values.addons.netshoot.enabled -}}
|
|
||||||
{{- include "bjw-s.common.addon.netshoot" . | nindent 0 -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- /* Build the templates */ -}}
|
|
||||||
{{- include "bjw-s.common.render.pvcs" . | nindent 0 -}}
|
|
||||||
{{- include "bjw-s.common.render.serviceAccount" . | nindent 0 -}}
|
|
||||||
{{- include "bjw-s.common.render.controller" . | nindent 0 -}}
|
|
||||||
{{- include "bjw-s.common.render.services" . | nindent 0 -}}
|
|
||||||
{{- include "bjw-s.common.render.ingresses" . | nindent 0 -}}
|
|
||||||
{{- include "bjw-s.common.render.serviceMonitors" . | nindent 0 -}}
|
|
||||||
{{- include "bjw-s.common.render.routes" . | nindent 0 -}}
|
|
||||||
{{- include "bjw-s.common.render.configmaps" . | nindent 0 -}}
|
|
||||||
{{- include "bjw-s.common.render.secrets" . | nindent 0 -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
{{- define "bjw-s.common.loader.init" -}}
|
|
||||||
{{- /* Merge the local chart values and the common chart defaults */ -}}
|
|
||||||
{{- include "bjw-s.common.values.init" . }}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,19 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Renders the configMap objects required by the chart.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.render.configmaps" -}}
|
|
||||||
{{- /* Generate named configMaps as required */ -}}
|
|
||||||
{{- range $name, $configmap := .Values.configMaps -}}
|
|
||||||
{{- if $configmap.enabled -}}
|
|
||||||
{{- $configmapValues := $configmap -}}
|
|
||||||
|
|
||||||
{{- /* set the default nameOverride to the configMap name */ -}}
|
|
||||||
{{- if not $configmapValues.nameOverride -}}
|
|
||||||
{{- $_ := set $configmapValues "nameOverride" $name -}}
|
|
||||||
{{ end -}}
|
|
||||||
|
|
||||||
{{- $_ := set $ "ObjectValues" (dict "configmap" $configmapValues) -}}
|
|
||||||
{{- include "bjw-s.common.class.configmap" $ | nindent 0 -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,18 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Renders the controller object required by the chart.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.render.controller" -}}
|
|
||||||
{{- if .Values.controller.enabled -}}
|
|
||||||
{{- if eq .Values.controller.type "deployment" -}}
|
|
||||||
{{- include "bjw-s.common.class.deployment" . | nindent 0 -}}
|
|
||||||
{{- else if eq .Values.controller.type "cronjob" -}}
|
|
||||||
{{- include "bjw-s.common.class.cronjob" . | nindent 0 -}}
|
|
||||||
{{ else if eq .Values.controller.type "daemonset" -}}
|
|
||||||
{{- include "bjw-s.common.class.daemonset" . | nindent 0 -}}
|
|
||||||
{{ else if eq .Values.controller.type "statefulset" -}}
|
|
||||||
{{- include "bjw-s.common.class.statefulset" . | nindent 0 -}}
|
|
||||||
{{ else -}}
|
|
||||||
{{- fail (printf "Not a valid controller.type (%s)" .Values.controller.type) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,19 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Renders the Ingress objects required by the chart.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.render.ingresses" -}}
|
|
||||||
{{- /* Generate named ingresses as required */ -}}
|
|
||||||
{{- range $name, $ingress := .Values.ingress }}
|
|
||||||
{{- if $ingress.enabled -}}
|
|
||||||
{{- $ingressValues := $ingress -}}
|
|
||||||
|
|
||||||
{{/* set defaults */}}
|
|
||||||
{{- if and (not $ingressValues.nameOverride) (ne $name (include "bjw-s.common.lib.ingress.primary" $)) -}}
|
|
||||||
{{- $_ := set $ingressValues "nameOverride" $name -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- $_ := set $ "ObjectValues" (dict "ingress" $ingressValues) -}}
|
|
||||||
{{- include "bjw-s.common.class.ingress" $ | nindent 0 -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,16 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Renders the Persistent Volume Claim objects required by the chart.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.render.pvcs" -}}
|
|
||||||
{{- /* Generate pvc as required */ -}}
|
|
||||||
{{- range $index, $PVC := .Values.persistence -}}
|
|
||||||
{{- if and $PVC.enabled (eq (default "pvc" $PVC.type) "pvc") (not $PVC.existingClaim) -}}
|
|
||||||
{{- $persistenceValues := $PVC -}}
|
|
||||||
{{- if not $persistenceValues.nameOverride -}}
|
|
||||||
{{- $_ := set $persistenceValues "nameOverride" $index -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- $_ := set $ "ObjectValues" (dict "persistence" $persistenceValues) -}}
|
|
||||||
{{- include "bjw-s.common.class.pvc" $ | nindent 0 -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,18 +0,0 @@
|
|||||||
{{/* Renders the Route objects required by the chart */}}
|
|
||||||
{{- define "bjw-s.common.render.routes" -}}
|
|
||||||
{{- /* Generate named routes as required */ -}}
|
|
||||||
{{- range $name, $route := .Values.route }}
|
|
||||||
{{- if $route.enabled -}}
|
|
||||||
{{- $routeValues := $route -}}
|
|
||||||
|
|
||||||
{{/* set defaults */}}
|
|
||||||
{{- if and (not $routeValues.nameOverride) (ne $name (include "bjw-s.common.lib.route.primary" $)) -}}
|
|
||||||
{{- $_ := set $routeValues "nameOverride" $name -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- $_ := set $ "ObjectValues" (dict "route" $routeValues) -}}
|
|
||||||
{{- include "bjw-s.common.class.route" $ | nindent 0 -}}
|
|
||||||
{{- $_ := unset $.ObjectValues "route" -}}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
@ -1,19 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Renders the Secret objects required by the chart.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.render.secrets" -}}
|
|
||||||
{{- /* Generate named Secrets as required */ -}}
|
|
||||||
{{- range $name, $secret := .Values.secrets -}}
|
|
||||||
{{- if $secret.enabled -}}
|
|
||||||
{{- $secretValues := $secret -}}
|
|
||||||
|
|
||||||
{{- /* set the default nameOverride to the Secret name */ -}}
|
|
||||||
{{- if not $secretValues.nameOverride -}}
|
|
||||||
{{- $_ := set $secretValues "nameOverride" $name -}}
|
|
||||||
{{ end -}}
|
|
||||||
|
|
||||||
{{- $_ := set $ "ObjectValues" (dict "secret" $secretValues) -}}
|
|
||||||
{{- include "bjw-s.common.class.secret" $ | nindent 0 -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,20 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Renders the serviceMonitor objects required by the chart.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.render.serviceMonitors" -}}
|
|
||||||
{{- /* Generate named services as required */ -}}
|
|
||||||
{{- range $name, $serviceMonitor := .Values.serviceMonitor -}}
|
|
||||||
{{- if $serviceMonitor.enabled -}}
|
|
||||||
{{- $serviceMonitorValues := $serviceMonitor -}}
|
|
||||||
|
|
||||||
{{- if and (not $serviceMonitorValues.nameOverride) (ne $name "main") -}}
|
|
||||||
{{- $_ := set $serviceMonitorValues "nameOverride" $name -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/* Include the serviceMonitor class */}}
|
|
||||||
{{- $_ := set $ "ObjectValues" (dict "serviceMonitor" $serviceMonitorValues) -}}
|
|
||||||
{{- include "bjw-s.common.class.serviceMonitor" $ | nindent 0 -}}
|
|
||||||
{{- $_ := unset $.ObjectValues "serviceMonitor" -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,13 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Renders the serviceAccount object required by the chart.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.render.serviceAccount" -}}
|
|
||||||
{{- if .Values.serviceAccount.create -}}
|
|
||||||
|
|
||||||
{{- /* Create a service account secret */ -}}
|
|
||||||
{{- $serviceAccountName := include "bjw-s.common.lib.chart.names.serviceAccountName" . -}}
|
|
||||||
{{- $_ := set .Values.secrets "sa-token" (dict "enabled" true "annotations" (dict "kubernetes.io/service-account.name" $serviceAccountName) "type" "kubernetes.io/service-account-token") -}}
|
|
||||||
|
|
||||||
{{- include "bjw-s.common.class.serviceAccount" $ | nindent 0 -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,25 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Renders the Service objects required by the chart.
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.render.services" -}}
|
|
||||||
{{- /* Generate named services as required */ -}}
|
|
||||||
{{- range $name, $service := .Values.service -}}
|
|
||||||
{{- $serviceEnabled := true -}}
|
|
||||||
{{- if hasKey $service "enabled" -}}
|
|
||||||
{{- $serviceEnabled = $service.enabled -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- if $serviceEnabled -}}
|
|
||||||
{{- $serviceValues := $service -}}
|
|
||||||
|
|
||||||
{{/* set the default nameOverride to the service name */}}
|
|
||||||
{{- if and (not $serviceValues.nameOverride) (ne $name (include "bjw-s.common.lib.service.primary" $)) -}}
|
|
||||||
{{- $_ := set $serviceValues "nameOverride" $name -}}
|
|
||||||
{{ end -}}
|
|
||||||
|
|
||||||
{{/* Include the Service class */}}
|
|
||||||
{{- $_ := set $ "ObjectValues" (dict "service" $serviceValues) -}}
|
|
||||||
{{- include "bjw-s.common.class.service" $ | nindent 0 -}}
|
|
||||||
{{- $_ := unset $.ObjectValues "service" -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,12 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Merge the local chart values and the common chart defaults
|
|
||||||
*/}}
|
|
||||||
{{- define "bjw-s.common.values.init" -}}
|
|
||||||
{{- if .Values.common -}}
|
|
||||||
{{- $defaultValues := deepCopy .Values.common -}}
|
|
||||||
{{- $userValues := deepCopy (omit .Values "common") -}}
|
|
||||||
{{- $_ := set $defaultValues "additionalContainers" dict -}}
|
|
||||||
{{- $mergedValues := mustMergeOverwrite $defaultValues $userValues -}}
|
|
||||||
{{- $_ := set . "Values" (deepCopy $mergedValues) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,840 +0,0 @@
|
|||||||
---
|
|
||||||
global:
|
|
||||||
# -- Set an override for the prefix of the fullname
|
|
||||||
nameOverride:
|
|
||||||
# -- Set the entire name definition
|
|
||||||
fullnameOverride:
|
|
||||||
# -- Set additional global labels. Helm templates can be used.
|
|
||||||
labels: {}
|
|
||||||
# -- Set additional global annotations. Helm templates can be used.
|
|
||||||
annotations: {}
|
|
||||||
|
|
||||||
controller:
|
|
||||||
# -- enable the controller.
|
|
||||||
enabled: true
|
|
||||||
# -- Set the controller type.
|
|
||||||
# Valid options are deployment, daemonset, statefulset or cronjob
|
|
||||||
type: deployment
|
|
||||||
# -- Set annotations on the deployment/statefulset/daemonset/cronjob
|
|
||||||
annotations: {}
|
|
||||||
# -- Set labels on the deployment/statefulset/daemonset/cronjob
|
|
||||||
labels: {}
|
|
||||||
# -- Number of desired pods. When using a HorizontalPodAutoscaler, set this to `null`.
|
|
||||||
replicas: 1
|
|
||||||
# -- Set the controller upgrade strategy
|
|
||||||
# For Deployments, valid values are Recreate (default) and RollingUpdate.
|
|
||||||
# For StatefulSets, valid values are OnDelete and RollingUpdate (default).
|
|
||||||
# DaemonSets/CronJobs ignore this.
|
|
||||||
strategy:
|
|
||||||
rollingUpdate:
|
|
||||||
# -- Set deployment RollingUpdate max unavailable
|
|
||||||
unavailable:
|
|
||||||
# -- Set deployment RollingUpdate max surge
|
|
||||||
surge:
|
|
||||||
# -- Set statefulset RollingUpdate partition
|
|
||||||
partition:
|
|
||||||
# -- ReplicaSet revision history limit
|
|
||||||
revisionHistoryLimit: 3
|
|
||||||
# -- Set statefulset podManagementPolicy, valid values are Parallel and OrderedReady (default).
|
|
||||||
podManagementPolicy:
|
|
||||||
# -- Set Container restart policy.
|
|
||||||
# @default -- `Always`. When `controller.type` is `cronjob` it defaults to `Never`.
|
|
||||||
restartPolicy:
|
|
||||||
# -- CronJob configuration. Required only when using `controller.type: cronjob`.
|
|
||||||
# @default -- See below
|
|
||||||
cronjob:
|
|
||||||
# -- Specifies how to treat concurrent executions of a job that is created by this cron job
|
|
||||||
# valid values are Allow, Forbid or Replace
|
|
||||||
concurrencyPolicy: Forbid
|
|
||||||
# -- Sets the CronJob time when to execute your jobs
|
|
||||||
schedule: "*/20 * * * *"
|
|
||||||
# -- The deadline in seconds for starting the job if it misses its scheduled time for any reason
|
|
||||||
startingDeadlineSeconds: 30
|
|
||||||
# -- The number of succesful Jobs to keep
|
|
||||||
successfulJobsHistory: 1
|
|
||||||
# -- The number of failed Jobs to keep
|
|
||||||
failedJobsHistory: 1
|
|
||||||
# -- If this field is set, ttlSecondsAfterFinished after the Job finishes, it is eligible to
|
|
||||||
# be automatically deleted.
|
|
||||||
ttlSecondsAfterFinished:
|
|
||||||
# -- Limits the number of times a failed job will be retried
|
|
||||||
backoffLimit: 6
|
|
||||||
|
|
||||||
image:
|
|
||||||
# -- image repository
|
|
||||||
repository:
|
|
||||||
# -- image tag
|
|
||||||
tag:
|
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy:
|
|
||||||
|
|
||||||
# -- Set image pull secrets
|
|
||||||
imagePullSecrets: []
|
|
||||||
|
|
||||||
# -- Override the command(s) for the default container
|
|
||||||
command: []
|
|
||||||
# -- Override the args for the default container
|
|
||||||
args: []
|
|
||||||
|
|
||||||
# -- Set annotations on the pod
|
|
||||||
podAnnotations: {}
|
|
||||||
|
|
||||||
# -- Set labels on the pod
|
|
||||||
podLabels: {}
|
|
||||||
|
|
||||||
serviceAccount:
|
|
||||||
# -- Specifies whether a service account should be created
|
|
||||||
create: false
|
|
||||||
|
|
||||||
# -- Annotations to add to the service account
|
|
||||||
annotations: {}
|
|
||||||
|
|
||||||
# -- The name of the service account to use.
|
|
||||||
# If not set and create is true, a name is generated using the fullname template
|
|
||||||
name: ""
|
|
||||||
|
|
||||||
# -- Specifies whether a service account token should be automatically mounted.
|
|
||||||
automountServiceAccountToken: true
|
|
||||||
|
|
||||||
# -- Use this to populate secrets with the values you specify.
|
|
||||||
# Be aware that these values are not encrypted by default, and could therefore visible
|
|
||||||
# to anybody with access to the values.yaml file.
|
|
||||||
# Additional Secrets can be added by adding a dictionary key similar to the 'secret' object.
|
|
||||||
# @default -- See below
|
|
||||||
secrets:
|
|
||||||
secret:
|
|
||||||
# -- Enables or disables the Secret
|
|
||||||
enabled: false
|
|
||||||
# -- Labels to add to the Secret
|
|
||||||
labels: {}
|
|
||||||
# -- Annotations to add to the Secret
|
|
||||||
annotations: {}
|
|
||||||
# -- Secret stringData content. Helm template enabled.
|
|
||||||
stringData:
|
|
||||||
{}
|
|
||||||
# foo: bar
|
|
||||||
|
|
||||||
# -- Configure configMaps for the chart here.
|
|
||||||
# Additional configMaps can be added by adding a dictionary key similar to the 'config' object.
|
|
||||||
# @default -- See below
|
|
||||||
configMaps:
|
|
||||||
config:
|
|
||||||
# -- Enables or disables the configMap
|
|
||||||
enabled: false
|
|
||||||
# -- Labels to add to the configMap
|
|
||||||
labels: {}
|
|
||||||
# -- Annotations to add to the configMap
|
|
||||||
annotations: {}
|
|
||||||
# -- configMap data content. Helm template enabled.
|
|
||||||
data:
|
|
||||||
{}
|
|
||||||
# foo: bar
|
|
||||||
|
|
||||||
# -- Main environment variables. Template enabled.
|
|
||||||
# Syntax options:
|
|
||||||
# A) TZ: UTC
|
|
||||||
# B) PASSWD: '{{ .Release.Name }}'
|
|
||||||
# C) PASSWD:
|
|
||||||
# configMapKeyRef:
|
|
||||||
# name: config-map-name
|
|
||||||
# key: key-name
|
|
||||||
# D) PASSWD:
|
|
||||||
# valueFrom:
|
|
||||||
# secretKeyRef:
|
|
||||||
# name: secret-name
|
|
||||||
# key: key-name
|
|
||||||
# ...
|
|
||||||
# E) - name: TZ
|
|
||||||
# value: UTC
|
|
||||||
# F) - name: TZ
|
|
||||||
# value: '{{ .Release.Name }}'
|
|
||||||
env:
|
|
||||||
|
|
||||||
# -- Secrets and/or ConfigMaps that will be loaded as environment variables.
|
|
||||||
# [[ref]](https://unofficial-kubernetes.readthedocs.io/en/latest/tasks/configure-pod-container/configmap/#use-case-consume-configmap-in-environment-variables)
|
|
||||||
envFrom: []
|
|
||||||
# - configMapRef:
|
|
||||||
# name: config-map-name
|
|
||||||
# - secretRef:
|
|
||||||
# name: secret-name
|
|
||||||
|
|
||||||
# -- Custom priority class for different treatment by the scheduler
|
|
||||||
priorityClassName: # system-node-critical
|
|
||||||
|
|
||||||
# -- Allow specifying a runtimeClassName other than the default one (ie: nvidia)
|
|
||||||
runtimeClassName: # nvidia
|
|
||||||
|
|
||||||
# -- Allows specifying a custom scheduler name
|
|
||||||
schedulerName: # awkward-dangerous-scheduler
|
|
||||||
|
|
||||||
# -- Allows specifying explicit hostname setting
|
|
||||||
hostname:
|
|
||||||
|
|
||||||
# -- Use the host's ipc namespace
|
|
||||||
hostIPC: false
|
|
||||||
|
|
||||||
# -- When using hostNetwork make sure you set dnsPolicy to `ClusterFirstWithHostNet`
|
|
||||||
hostNetwork: false
|
|
||||||
|
|
||||||
# -- Use the host's pid namespace
|
|
||||||
hostPID: false
|
|
||||||
|
|
||||||
# -- Defaults to "ClusterFirst" if hostNetwork is false
|
|
||||||
# and "ClusterFirstWithHostNet" if hostNetwork is true.
|
|
||||||
dnsPolicy: # ClusterFirst
|
|
||||||
|
|
||||||
# -- Configuring the ndots option may resolve nslookup issues on some Kubernetes setups.
|
|
||||||
dnsConfig: {}
|
|
||||||
# options:
|
|
||||||
# - name: ndots
|
|
||||||
# value: "1"
|
|
||||||
|
|
||||||
# -- Enable/disable the generation of environment variables for services.
|
|
||||||
# [[ref]](https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/#accessing-the-service)
|
|
||||||
enableServiceLinks: true
|
|
||||||
|
|
||||||
# -- Configure the Security Context for the Pod
|
|
||||||
podSecurityContext: {}
|
|
||||||
|
|
||||||
# -- Configure the Security Context for the main container
|
|
||||||
securityContext: {}
|
|
||||||
|
|
||||||
# -- Configure the lifecycle for the main container
|
|
||||||
lifecycle: {}
|
|
||||||
|
|
||||||
# -- Specify any initContainers here as dictionary items.
|
|
||||||
# Each initContainer should have its own key. The dictionary item key will determine the order.
|
|
||||||
# Helm templates can be used.
|
|
||||||
initContainers: {}
|
|
||||||
|
|
||||||
# -- Specify any sidecar containers here as dictionary items.
|
|
||||||
# Each sidecar container should have its own key. The dictionary item key will determine the order.
|
|
||||||
# Helm templates can be used.
|
|
||||||
sidecars: {}
|
|
||||||
|
|
||||||
# -- Probe configuration
|
|
||||||
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
|
|
||||||
# @default -- See below
|
|
||||||
probes:
|
|
||||||
# -- Liveness probe configuration
|
|
||||||
# @default -- See below
|
|
||||||
liveness:
|
|
||||||
# -- Enable the liveness probe
|
|
||||||
enabled: true
|
|
||||||
# -- Set this to `true` if you wish to specify your own livenessProbe
|
|
||||||
custom: false
|
|
||||||
# -- sets the probe type when not using a custom probe
|
|
||||||
# @default -- "TCP"
|
|
||||||
type: TCP
|
|
||||||
# -- The spec field contains the values for the default livenessProbe.
|
|
||||||
# If you selected `custom: true`, this field holds the definition of the livenessProbe.
|
|
||||||
# @default -- See below
|
|
||||||
spec:
|
|
||||||
initialDelaySeconds: 0
|
|
||||||
periodSeconds: 10
|
|
||||||
timeoutSeconds: 1
|
|
||||||
failureThreshold: 3
|
|
||||||
|
|
||||||
# -- Redainess probe configuration
|
|
||||||
# @default -- See below
|
|
||||||
readiness:
|
|
||||||
# -- Enable the readiness probe
|
|
||||||
enabled: true
|
|
||||||
# -- Set this to `true` if you wish to specify your own readinessProbe
|
|
||||||
custom: false
|
|
||||||
# -- sets the probe type when not using a custom probe
|
|
||||||
# @default -- "TCP"
|
|
||||||
type: TCP
|
|
||||||
# -- The spec field contains the values for the default readinessProbe.
|
|
||||||
# If you selected `custom: true`, this field holds the definition of the readinessProbe.
|
|
||||||
# @default -- See below
|
|
||||||
spec:
|
|
||||||
initialDelaySeconds: 0
|
|
||||||
periodSeconds: 10
|
|
||||||
timeoutSeconds: 1
|
|
||||||
failureThreshold: 3
|
|
||||||
|
|
||||||
# -- Startup probe configuration
|
|
||||||
# @default -- See below
|
|
||||||
startup:
|
|
||||||
# -- Enable the startup probe
|
|
||||||
enabled: true
|
|
||||||
# -- Set this to `true` if you wish to specify your own startupProbe
|
|
||||||
custom: false
|
|
||||||
# -- sets the probe type when not using a custom probe
|
|
||||||
# @default -- "TCP"
|
|
||||||
type: TCP
|
|
||||||
# -- The spec field contains the values for the default startupProbe.
|
|
||||||
# If you selected `custom: true`, this field holds the definition of the startupProbe.
|
|
||||||
# @default -- See below
|
|
||||||
spec:
|
|
||||||
initialDelaySeconds: 0
|
|
||||||
timeoutSeconds: 1
|
|
||||||
## This means it has a maximum of 5*30=150 seconds to start up before it fails
|
|
||||||
periodSeconds: 5
|
|
||||||
failureThreshold: 30
|
|
||||||
|
|
||||||
termination:
|
|
||||||
# -- Configure the path at which the file to which the main container's termination message will be written.
|
|
||||||
# -- [[ref](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#lifecycle-1)]
|
|
||||||
messagePath:
|
|
||||||
|
|
||||||
# -- Indicate how the main container's termination message should be populated.
|
|
||||||
# Valid options are `File` and `FallbackToLogsOnError`.
|
|
||||||
# -- [[ref](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#lifecycle-1)]
|
|
||||||
messagePolicy:
|
|
||||||
|
|
||||||
# -- Duration in seconds the pod needs to terminate gracefully
|
|
||||||
# -- [[ref](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#lifecycle)]
|
|
||||||
gracePeriodSeconds:
|
|
||||||
|
|
||||||
# -- Configure the services for the chart here.
|
|
||||||
# Additional services can be added by adding a dictionary key similar to the 'main' service.
|
|
||||||
# @default -- See below
|
|
||||||
service:
|
|
||||||
main:
|
|
||||||
# -- Enables or disables the service
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
# -- Make this the primary service (used in probes, notes, etc...).
|
|
||||||
# If there is more than 1 service, make sure that only 1 service is marked as primary.
|
|
||||||
primary: true
|
|
||||||
|
|
||||||
# -- Override the name suffix that is used for this service
|
|
||||||
nameOverride:
|
|
||||||
|
|
||||||
# -- Set the service type
|
|
||||||
type: ClusterIP
|
|
||||||
|
|
||||||
# -- Specify the externalTrafficPolicy for the service. Options: Cluster, Local
|
|
||||||
# -- [[ref](https://kubernetes.io/docs/tutorials/services/source-ip/)]
|
|
||||||
externalTrafficPolicy:
|
|
||||||
|
|
||||||
# -- Specify the ip policy. Options: SingleStack, PreferDualStack, RequireDualStack
|
|
||||||
ipFamilyPolicy:
|
|
||||||
# -- The ip families that should be used. Options: IPv4, IPv6
|
|
||||||
ipFamilies: []
|
|
||||||
|
|
||||||
# -- Provide additional annotations which may be required.
|
|
||||||
annotations: {}
|
|
||||||
|
|
||||||
# -- Provide additional labels which may be required.
|
|
||||||
labels: {}
|
|
||||||
|
|
||||||
# -- Configure the Service port information here.
|
|
||||||
# Additional ports can be added by adding a dictionary key similar to the 'http' service.
|
|
||||||
# @default -- See below
|
|
||||||
ports:
|
|
||||||
http:
|
|
||||||
# -- Enables or disables the port
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
# -- Make this the primary port (used in probes, notes, etc...)
|
|
||||||
# If there is more than 1 service, make sure that only 1 port is marked as primary.
|
|
||||||
primary: true
|
|
||||||
|
|
||||||
# -- The port number
|
|
||||||
port:
|
|
||||||
|
|
||||||
# -- Port protocol.
|
|
||||||
# Support values are `HTTP`, `HTTPS`, `TCP` and `UDP`.
|
|
||||||
# HTTPS and HTTPS spawn a TCP service and get used for internal URL and name generation
|
|
||||||
protocol: HTTP
|
|
||||||
|
|
||||||
# -- Specify a service targetPort if you wish to differ the service port from the application port.
|
|
||||||
# If `targetPort` is specified, this port number is used in the container definition instead of
|
|
||||||
# the `port` value. Therefore named ports are not supported for this field.
|
|
||||||
targetPort:
|
|
||||||
|
|
||||||
# -- Specify the nodePort value for the LoadBalancer and NodePort service types.
|
|
||||||
# [[ref]](https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport)
|
|
||||||
nodePort:
|
|
||||||
|
|
||||||
# -- Allow adding additional match labels
|
|
||||||
extraSelectorLabels: {}
|
|
||||||
|
|
||||||
# -- Configure the ServiceMonitors for the chart here.
|
|
||||||
# Additional ServiceMonitors can be added by adding a dictionary key similar to the 'main' ServiceMonitors.
|
|
||||||
# @default -- See below
|
|
||||||
serviceMonitor:
|
|
||||||
main:
|
|
||||||
# -- Enables or disables the serviceMonitor.
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
# -- Override the name suffix that is used for this serviceMonitor.
|
|
||||||
nameOverride:
|
|
||||||
|
|
||||||
# -- Provide additional annotations which may be required.
|
|
||||||
annotations: {}
|
|
||||||
|
|
||||||
# -- Provide additional labels which may be required.
|
|
||||||
labels: {}
|
|
||||||
|
|
||||||
# -- Configures a custom selector for the serviceMonitor, this takes precedence over
|
|
||||||
# specifying a service name.
|
|
||||||
# Helm templates can be used.
|
|
||||||
selector: {}
|
|
||||||
|
|
||||||
# -- Configures the target Service for the serviceMonitor. Helm templates can be used.
|
|
||||||
serviceName: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}'
|
|
||||||
|
|
||||||
# -- Configures the endpoints for the serviceMonitor.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
endpoints:
|
|
||||||
- port: http
|
|
||||||
scheme: http
|
|
||||||
path: /metrics
|
|
||||||
interval: 1m
|
|
||||||
scrapeTimeout: 10s
|
|
||||||
|
|
||||||
# -- Configure the ingresses for the chart here.
|
|
||||||
# Additional ingresses can be added by adding a dictionary key similar to the 'main' ingress.
|
|
||||||
# @default -- See below
|
|
||||||
ingress:
|
|
||||||
main:
|
|
||||||
# -- Enables or disables the ingress
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
# -- Make this the primary ingress (used in probes, notes, etc...).
|
|
||||||
# If there is more than 1 ingress, make sure that only 1 ingress is marked as primary.
|
|
||||||
primary: true
|
|
||||||
|
|
||||||
# -- Override the name suffix that is used for this ingress.
|
|
||||||
nameOverride:
|
|
||||||
|
|
||||||
# -- Provide additional annotations which may be required.
|
|
||||||
annotations:
|
|
||||||
{}
|
|
||||||
# kubernetes.io/ingress.class: nginx
|
|
||||||
# kubernetes.io/tls-acme: "true"
|
|
||||||
|
|
||||||
# -- Provide additional labels which may be required.
|
|
||||||
labels: {}
|
|
||||||
|
|
||||||
# -- Set the ingressClass that is used for this ingress.
|
|
||||||
ingressClassName: # "nginx"
|
|
||||||
|
|
||||||
## Configure the hosts for the ingress
|
|
||||||
hosts:
|
|
||||||
- # -- Host address. Helm template can be passed.
|
|
||||||
host: chart-example.local
|
|
||||||
## Configure the paths for the host
|
|
||||||
paths:
|
|
||||||
- # -- Path. Helm template can be passed.
|
|
||||||
path: /
|
|
||||||
pathType: Prefix
|
|
||||||
service:
|
|
||||||
# -- Overrides the service name reference for this path
|
|
||||||
name:
|
|
||||||
# -- Overrides the service port reference for this path
|
|
||||||
port:
|
|
||||||
|
|
||||||
# -- Configure TLS for the ingress. Both secretName and hosts can process a Helm template.
|
|
||||||
tls: []
|
|
||||||
# - secretName: chart-example-tls
|
|
||||||
# hosts:
|
|
||||||
# - chart-example.local
|
|
||||||
|
|
||||||
# -- Configure the gateway routes for the chart here.
|
|
||||||
# Additional routes can be added by adding a dictionary key similar to the 'main' route.
|
|
||||||
# [[ref]](https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io%2fv1alpha2)
|
|
||||||
# @default -- See below
|
|
||||||
route:
|
|
||||||
main:
|
|
||||||
# -- Enables or disables the route
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
# -- Set the route kind
|
|
||||||
# Valid options are GRPCRoute, HTTPRoute, TCPRoute, TLSRoute, UDPRoute
|
|
||||||
kind: HTTPRoute
|
|
||||||
|
|
||||||
# -- Override the name suffix that is used for this route.
|
|
||||||
nameOverride:
|
|
||||||
|
|
||||||
# -- Provide additional annotations which may be required.
|
|
||||||
annotations: {}
|
|
||||||
|
|
||||||
# -- Provide additional labels which may be required.
|
|
||||||
labels: {}
|
|
||||||
|
|
||||||
# -- Configure the resource the route attaches to.
|
|
||||||
parentRefs:
|
|
||||||
- # Group of the referent resource.
|
|
||||||
group: gateway.networking.k8s.io
|
|
||||||
# Kind of the referent resource.
|
|
||||||
kind: Gateway
|
|
||||||
# Name of the referent resource
|
|
||||||
name:
|
|
||||||
# Namespace of the referent resource
|
|
||||||
namespace:
|
|
||||||
# Name of the section within the target resource.
|
|
||||||
sectionName:
|
|
||||||
|
|
||||||
# -- Host addresses
|
|
||||||
hostnames: []
|
|
||||||
|
|
||||||
# -- Configure rules for routing. Defaults to the primary service.
|
|
||||||
rules:
|
|
||||||
- # -- Configure backends where matching requests should be sent.
|
|
||||||
backendRefs:
|
|
||||||
- group: ""
|
|
||||||
kind: Service
|
|
||||||
name:
|
|
||||||
namespace:
|
|
||||||
port:
|
|
||||||
weight: 1
|
|
||||||
## Configure conditions used for matching incoming requests. Only for HTTPRoutes
|
|
||||||
matches:
|
|
||||||
- path:
|
|
||||||
type: PathPrefix
|
|
||||||
value: /
|
|
||||||
|
|
||||||
# -- Configure persistence for the chart here.
|
|
||||||
# Additional items can be added by adding a dictionary key similar to the 'config' key.
|
|
||||||
# [[ref]](https://bjw-s.github.io/helm-charts/docs/common-library/common-library-storage)
|
|
||||||
# @default -- See below
|
|
||||||
persistence:
|
|
||||||
# -- Default persistence for configuration files.
|
|
||||||
# @default -- See below
|
|
||||||
config:
|
|
||||||
# -- Enables or disables the persistence item
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
# -- Sets the persistence type
|
|
||||||
# Valid options are pvc, emptyDir, hostPath, secret, configMap or custom
|
|
||||||
type: pvc
|
|
||||||
|
|
||||||
# -- Where to mount the volume in the main container.
|
|
||||||
# Defaults to `/<name_of_the_volume>`,
|
|
||||||
# setting to '-' creates the volume but disables the volumeMount.
|
|
||||||
mountPath: # /config
|
|
||||||
# -- Specify if the volume should be mounted read-only.
|
|
||||||
readOnly: false
|
|
||||||
# -- Override the name suffix that is used for this volume.
|
|
||||||
nameOverride:
|
|
||||||
|
|
||||||
# -- Storage Class for the config volume.
|
|
||||||
# If set to `-`, dynamic provisioning is disabled.
|
|
||||||
# If set to something else, the given storageClass is used.
|
|
||||||
# If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner.
|
|
||||||
storageClass: # "-"
|
|
||||||
|
|
||||||
# -- If you want to reuse an existing claim, the name of the existing PVC can be passed here.
|
|
||||||
existingClaim: # your-claim
|
|
||||||
|
|
||||||
# -- Used in conjunction with `existingClaim`. Specifies a sub-path inside the referenced volume instead of its root
|
|
||||||
subPath: # some-subpath
|
|
||||||
|
|
||||||
# -- AccessMode for the persistent volume.
|
|
||||||
# Make sure to select an access mode that is supported by your storage provider!
|
|
||||||
# [[ref]](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes)
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
|
|
||||||
# -- The amount of storage that is requested for the persistent volume.
|
|
||||||
size: 1Gi
|
|
||||||
|
|
||||||
# -- Set to true to retain the PVC upon `helm uninstall`
|
|
||||||
retain: false
|
|
||||||
|
|
||||||
# -- Create an emptyDir volume to share between all containers
|
|
||||||
# [[ref]]https://kubernetes.io/docs/concepts/storage/volumes/#emptydir)
|
|
||||||
# @default -- See below
|
|
||||||
shared:
|
|
||||||
enabled: false
|
|
||||||
type: emptyDir
|
|
||||||
mountPath: /shared
|
|
||||||
|
|
||||||
# -- Set the medium to "Memory" to mount a tmpfs (RAM-backed filesystem) instead
|
|
||||||
# of the storage medium that backs the node.
|
|
||||||
medium: # Memory
|
|
||||||
|
|
||||||
# -- If the `SizeMemoryBackedVolumes` feature gate is enabled, you can
|
|
||||||
# specify a size for memory backed volumes.
|
|
||||||
sizeLimit: # 1Gi
|
|
||||||
|
|
||||||
# -- Used in conjunction with `controller.type: statefulset` to create individual disks for each instance.
|
|
||||||
volumeClaimTemplates: []
|
|
||||||
# - name: data
|
|
||||||
# labels: {}
|
|
||||||
# annotations: {}
|
|
||||||
# mountPath: /data
|
|
||||||
# accessMode: "ReadWriteOnce"
|
|
||||||
# size: 1Gi
|
|
||||||
# - name: backup
|
|
||||||
# labels: {}
|
|
||||||
# annotations: {}
|
|
||||||
# mountPath: /backup
|
|
||||||
# subPath: theSubPath
|
|
||||||
# accessMode: "ReadWriteOnce"
|
|
||||||
# size: 2Gi
|
|
||||||
# storageClass: cheap-storage-class
|
|
||||||
|
|
||||||
# -- Node selection constraint
|
|
||||||
# [[ref]](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector)
|
|
||||||
nodeSelector: {}
|
|
||||||
|
|
||||||
# -- Defines affinity constraint rules.
|
|
||||||
# [[ref]](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity)
|
|
||||||
affinity: {}
|
|
||||||
|
|
||||||
# -- Defines topologySpreadConstraint rules.
|
|
||||||
# [[ref]](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/)
|
|
||||||
topologySpreadConstraints: []
|
|
||||||
# - maxSkew: <integer>
|
|
||||||
# topologyKey: <string>
|
|
||||||
# whenUnsatisfiable: <string>
|
|
||||||
# labelSelector: <object>
|
|
||||||
|
|
||||||
# -- Specify taint tolerations
|
|
||||||
# [[ref]](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/)
|
|
||||||
tolerations: []
|
|
||||||
|
|
||||||
# -- Use hostAliases to add custom entries to /etc/hosts - mapping IP addresses to hostnames.
|
|
||||||
# [[ref]](https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/)
|
|
||||||
hostAliases: []
|
|
||||||
# - ip: "192.168.1.100"
|
|
||||||
# hostnames:
|
|
||||||
# - "example.com"
|
|
||||||
# - "www.example.com"
|
|
||||||
|
|
||||||
# -- Set the resource requests / limits for the main container.
|
|
||||||
resources:
|
|
||||||
{}
|
|
||||||
## We usually recommend not to specify default resources and to leave this as a conscious
|
|
||||||
## choice for the user. This also increases chances charts run on environments with little
|
|
||||||
## resources, such as Minikube. If you do want to specify resources, uncomment the following
|
|
||||||
## lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
|
||||||
# limits:
|
|
||||||
# cpu: 100m
|
|
||||||
# memory: 128Mi
|
|
||||||
# requests:
|
|
||||||
# cpu: 100m
|
|
||||||
# memory: 128Mi
|
|
||||||
|
|
||||||
# -- The common chart supports several add-ons. These can be configured under this key.
|
|
||||||
# @default -- See below
|
|
||||||
addons:
|
|
||||||
# -- The common chart supports adding a VPN add-on. It can be configured under this key.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
vpn:
|
|
||||||
# -- Enable running a VPN in the pod to route traffic through a VPN
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
# -- Specify the VPN type. Valid options are `gluetun`.
|
|
||||||
type: gluetun
|
|
||||||
|
|
||||||
# -- Gluetun specific configuration
|
|
||||||
# -- Make sure to read the [documentation](https://github.com/qdm12/gluetun/wiki)
|
|
||||||
# to see how to configure this addon!
|
|
||||||
# @default -- See below
|
|
||||||
gluetun:
|
|
||||||
image:
|
|
||||||
# -- Specify the Gluetun image
|
|
||||||
repository: docker.io/qmcgaw/gluetun
|
|
||||||
# -- Specify the Gluetun image tag
|
|
||||||
tag: v3.34.3
|
|
||||||
# -- Specify the Gluetun image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
|
|
||||||
# -- Set the VPN container securityContext
|
|
||||||
# @default -- See values.yaml
|
|
||||||
securityContext:
|
|
||||||
capabilities:
|
|
||||||
add:
|
|
||||||
- NET_ADMIN
|
|
||||||
- SYS_MODULE
|
|
||||||
|
|
||||||
# -- All variables specified here will be added to the vpn sidecar container
|
|
||||||
# See the documentation of the VPN image for all config values
|
|
||||||
env:
|
|
||||||
{}
|
|
||||||
# TZ: UTC
|
|
||||||
|
|
||||||
# -- Override the args for the vpn sidecar container
|
|
||||||
args: []
|
|
||||||
|
|
||||||
# -- Provide a customized vpn configuration file to be used by the VPN.
|
|
||||||
configFile:
|
|
||||||
# |-
|
|
||||||
# Some Example Config
|
|
||||||
# remote greatvpnhost.com 8888
|
|
||||||
# auth-user-pass
|
|
||||||
# Cipher AES
|
|
||||||
|
|
||||||
# -- Reference an existing secret that contains the VPN configuration file
|
|
||||||
# The chart expects it to be present under the `vpnConfigfile` key.
|
|
||||||
configFileSecret:
|
|
||||||
|
|
||||||
# -- Provide custom up/down scripts that can be used by the vpn configuration.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
scripts:
|
|
||||||
# @default -- See below
|
|
||||||
up:
|
|
||||||
# |-
|
|
||||||
# !/bin/bash
|
|
||||||
# echo "connected" > /shared/vpnstatus
|
|
||||||
|
|
||||||
# @default -- See below
|
|
||||||
down:
|
|
||||||
# |-
|
|
||||||
# #!/bin/bash
|
|
||||||
# echo "disconnected" > /shared/vpnstatus
|
|
||||||
|
|
||||||
additionalVolumeMounts: []
|
|
||||||
|
|
||||||
# -- Optionally specify a livenessProbe, e.g. to check if the connection is still
|
|
||||||
# being protected by the VPN
|
|
||||||
livenessProbe:
|
|
||||||
{}
|
|
||||||
# exec:
|
|
||||||
# command:
|
|
||||||
# - sh
|
|
||||||
# - -c
|
|
||||||
# - if [ $(curl -s https://ipinfo.io/country) == 'US' ]; then exit 0; else exit $?; fi
|
|
||||||
# initialDelaySeconds: 30
|
|
||||||
# periodSeconds: 60
|
|
||||||
# failureThreshold: 1
|
|
||||||
|
|
||||||
networkPolicy:
|
|
||||||
# -- If set to true, will deploy a network policy that blocks all outbound
|
|
||||||
# traffic except traffic specified as allowed
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
# -- Provide additional annotations which may be required.
|
|
||||||
annotations: {}
|
|
||||||
|
|
||||||
# -- Provide additional labels which may be required.
|
|
||||||
labels: {}
|
|
||||||
|
|
||||||
# -- Provide additional podSelector labels which may be required.
|
|
||||||
podSelectorLabels: {}
|
|
||||||
|
|
||||||
# -- The egress configuration for your network policy, All outbound traffic
|
|
||||||
# from the pod will be blocked unless specified here.
|
|
||||||
# [[ref]](https://kubernetes.io/docs/concepts/services-networking/network-policies/)
|
|
||||||
# [[recipes]](https://github.com/ahmetb/kubernetes-network-policy-recipes)
|
|
||||||
egress:
|
|
||||||
# - to:
|
|
||||||
# - ipBlock:
|
|
||||||
# cidr: 0.0.0.0/0
|
|
||||||
# ports:
|
|
||||||
# - port: 53
|
|
||||||
# protocol: UDP
|
|
||||||
# - port: 53
|
|
||||||
# protocol: TCP
|
|
||||||
|
|
||||||
# -- The common library supports adding a code-server add-on to access files. It can be configured under this key.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
codeserver:
|
|
||||||
# -- Enable running a code-server container in the pod
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
image:
|
|
||||||
# -- Specify the code-server image
|
|
||||||
repository: ghcr.io/coder/code-server
|
|
||||||
# -- Specify the code-server image tag
|
|
||||||
tag: 4.13.0
|
|
||||||
# -- Specify the code-server image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
|
|
||||||
# -- Set any environment variables for code-server here
|
|
||||||
env:
|
|
||||||
{}
|
|
||||||
# TZ: UTC
|
|
||||||
|
|
||||||
# -- Set codeserver command line arguments.
|
|
||||||
# Consider setting --user-data-dir to a persistent location to preserve code-server setting changes
|
|
||||||
args:
|
|
||||||
- --auth
|
|
||||||
- none
|
|
||||||
# - --user-data-dir
|
|
||||||
# - "/config/.vscode"
|
|
||||||
|
|
||||||
# -- Specify a list of volumes that get mounted in the code-server container.
|
|
||||||
# At least 1 volumeMount is required!
|
|
||||||
volumeMounts: []
|
|
||||||
# - name: config
|
|
||||||
# mountPath: /data/config
|
|
||||||
|
|
||||||
# -- Specify the working dir that will be opened when code-server starts
|
|
||||||
# If not given, the app will default to the mountpah of the first specified volumeMount
|
|
||||||
workingDir: ""
|
|
||||||
|
|
||||||
# -- Optionally allow access a Git repository by passing in a private SSH key
|
|
||||||
# @default -- See below
|
|
||||||
git:
|
|
||||||
# -- Raw SSH private key
|
|
||||||
deployKey: ""
|
|
||||||
# -- Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence.
|
|
||||||
deployKeyBase64: ""
|
|
||||||
# -- Existing secret containing SSH private key
|
|
||||||
# The chart expects it to be present under the `id_rsa` key.
|
|
||||||
deployKeySecret: ""
|
|
||||||
|
|
||||||
service:
|
|
||||||
# -- Enable a service for the code-server add-on.
|
|
||||||
enabled: true
|
|
||||||
type: ClusterIP
|
|
||||||
# Specify the default port information
|
|
||||||
ports:
|
|
||||||
codeserver:
|
|
||||||
port: 12321
|
|
||||||
enabled: true
|
|
||||||
protocol: TCP
|
|
||||||
targetPort: 12321
|
|
||||||
## Specify the nodePort value for the LoadBalancer and NodePort service types.
|
|
||||||
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
|
|
||||||
##
|
|
||||||
# nodePort:
|
|
||||||
annotations: {}
|
|
||||||
labels: {}
|
|
||||||
|
|
||||||
ingress:
|
|
||||||
# -- Enable an ingress for the code-server add-on.
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
annotations:
|
|
||||||
{}
|
|
||||||
# kubernetes.io/ingress.class: nginx
|
|
||||||
# kubernetes.io/tls-acme: "true"
|
|
||||||
|
|
||||||
labels: {}
|
|
||||||
|
|
||||||
# -- Set the ingressClass that is used for this ingress.
|
|
||||||
ingressClassName: # "nginx"
|
|
||||||
|
|
||||||
hosts:
|
|
||||||
- host: code.chart-example.local
|
|
||||||
paths:
|
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
|
||||||
tls: []
|
|
||||||
# - secretName: chart-example-tls
|
|
||||||
# hosts:
|
|
||||||
# - code.chart-example.local
|
|
||||||
|
|
||||||
securityContext:
|
|
||||||
runAsUser: 0
|
|
||||||
|
|
||||||
# -- The common library supports adding a netshoot add-on to troubleshoot network issues within a Pod.
|
|
||||||
# It can be configured under this key.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
netshoot:
|
|
||||||
# -- Enable running a netshoot container in the pod
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
image:
|
|
||||||
# -- Specify the netshoot image
|
|
||||||
repository: ghcr.io/nicolaka/netshoot
|
|
||||||
# -- Specify the netshoot image tag
|
|
||||||
tag: v0.11
|
|
||||||
# -- Specify the netshoot image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
|
|
||||||
# -- Set any environment variables for netshoot here
|
|
||||||
env: {}
|
|
||||||
|
|
||||||
securityContext:
|
|
||||||
capabilities:
|
|
||||||
add:
|
|
||||||
- NET_ADMIN
|
|
||||||
@ -1,25 +0,0 @@
|
|||||||
# Patterns to ignore when building packages.
|
|
||||||
# This supports shell glob matching, relative path matching, and
|
|
||||||
# negation (prefixed with !). Only one pattern per line.
|
|
||||||
.DS_Store
|
|
||||||
# Common VCS dirs
|
|
||||||
.git/
|
|
||||||
.gitignore
|
|
||||||
.bzr/
|
|
||||||
.bzrignore
|
|
||||||
.hg/
|
|
||||||
.hgignore
|
|
||||||
.svn/
|
|
||||||
# Common backup files
|
|
||||||
*.swp
|
|
||||||
*.bak
|
|
||||||
*.tmp
|
|
||||||
*~
|
|
||||||
# Various IDEs
|
|
||||||
.project
|
|
||||||
.idea/
|
|
||||||
*.tmproj
|
|
||||||
# img folder
|
|
||||||
img/
|
|
||||||
# Changelog
|
|
||||||
CHANGELOG.md
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
dependencies:
|
|
||||||
- name: common
|
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
|
||||||
version: 2.29.0
|
|
||||||
digest: sha256:c0ac22dea12ebe35613a1fbde2d9ffcf913c40dc688139f10914db942f2dab13
|
|
||||||
generated: "2025-01-13T18:24:56.658907295Z"
|
|
||||||
@ -1,37 +0,0 @@
|
|||||||
annotations:
|
|
||||||
category: Database
|
|
||||||
images: |
|
|
||||||
- name: os-shell
|
|
||||||
image: docker.io/bitnami/os-shell:12-debian-12-r35
|
|
||||||
- name: postgres-exporter
|
|
||||||
image: docker.io/bitnami/postgres-exporter:0.16.0-debian-12-r4
|
|
||||||
- name: postgresql
|
|
||||||
image: docker.io/bitnami/postgresql:17.2.0-debian-12-r8
|
|
||||||
licenses: Apache-2.0
|
|
||||||
apiVersion: v2
|
|
||||||
appVersion: 17.2.0
|
|
||||||
dependencies:
|
|
||||||
- name: common
|
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
|
||||||
tags:
|
|
||||||
- bitnami-common
|
|
||||||
version: 2.x.x
|
|
||||||
description: PostgreSQL (Postgres) is an open source object-relational database known
|
|
||||||
for reliability and data integrity. ACID-compliant, it supports foreign keys, joins,
|
|
||||||
views, triggers and stored procedures.
|
|
||||||
home: https://bitnami.com
|
|
||||||
icon: https://bitnami.com/assets/stacks/postgresql/img/postgresql-stack-220x234.png
|
|
||||||
keywords:
|
|
||||||
- postgresql
|
|
||||||
- postgres
|
|
||||||
- database
|
|
||||||
- sql
|
|
||||||
- replication
|
|
||||||
- cluster
|
|
||||||
maintainers:
|
|
||||||
- name: Broadcom, Inc. All Rights Reserved.
|
|
||||||
url: https://github.com/bitnami/charts
|
|
||||||
name: postgresql
|
|
||||||
sources:
|
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql
|
|
||||||
version: 16.4.5
|
|
||||||
File diff suppressed because it is too large
Load Diff
@ -1,26 +0,0 @@
|
|||||||
# Patterns to ignore when building packages.
|
|
||||||
# This supports shell glob matching, relative path matching, and
|
|
||||||
# negation (prefixed with !). Only one pattern per line.
|
|
||||||
.DS_Store
|
|
||||||
# Common VCS dirs
|
|
||||||
.git/
|
|
||||||
.gitignore
|
|
||||||
.bzr/
|
|
||||||
.bzrignore
|
|
||||||
.hg/
|
|
||||||
.hgignore
|
|
||||||
.svn/
|
|
||||||
# Common backup files
|
|
||||||
*.swp
|
|
||||||
*.bak
|
|
||||||
*.tmp
|
|
||||||
*~
|
|
||||||
# Various IDEs
|
|
||||||
.project
|
|
||||||
.idea/
|
|
||||||
*.tmproj
|
|
||||||
.vscode/
|
|
||||||
# img folder
|
|
||||||
img/
|
|
||||||
# Changelog
|
|
||||||
CHANGELOG.md
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
annotations:
|
|
||||||
category: Infrastructure
|
|
||||||
licenses: Apache-2.0
|
|
||||||
apiVersion: v2
|
|
||||||
appVersion: 2.29.0
|
|
||||||
description: A Library Helm Chart for grouping common logic between bitnami charts.
|
|
||||||
This chart is not deployable by itself.
|
|
||||||
home: https://bitnami.com
|
|
||||||
icon: https://bitnami.com/downloads/logos/bitnami-mark.png
|
|
||||||
keywords:
|
|
||||||
- common
|
|
||||||
- helper
|
|
||||||
- template
|
|
||||||
- function
|
|
||||||
- bitnami
|
|
||||||
maintainers:
|
|
||||||
- name: Broadcom, Inc. All Rights Reserved.
|
|
||||||
url: https://github.com/bitnami/charts
|
|
||||||
name: common
|
|
||||||
sources:
|
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/common
|
|
||||||
type: library
|
|
||||||
version: 2.29.0
|
|
||||||
@ -1,235 +0,0 @@
|
|||||||
# Bitnami Common Library Chart
|
|
||||||
|
|
||||||
A [Helm Library Chart](https://helm.sh/docs/topics/library_charts/#helm) for grouping common logic between Bitnami charts.
|
|
||||||
|
|
||||||
## TL;DR
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
dependencies:
|
|
||||||
- name: common
|
|
||||||
version: 2.x.x
|
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
|
||||||
```
|
|
||||||
|
|
||||||
```console
|
|
||||||
helm dependency update
|
|
||||||
```
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: {{ include "common.names.fullname" . }}
|
|
||||||
data:
|
|
||||||
myvalue: "Hello World"
|
|
||||||
```
|
|
||||||
|
|
||||||
Looking to use our applications in production? Try [VMware Tanzu Application Catalog](https://bitnami.com/enterprise), the commercial edition of the Bitnami catalog.
|
|
||||||
|
|
||||||
## Introduction
|
|
||||||
|
|
||||||
This chart provides a common template helpers which can be used to develop new charts using [Helm](https://helm.sh) package manager.
|
|
||||||
|
|
||||||
Bitnami charts can be used with [Kubeapps](https://kubeapps.dev/) for deployment and management of Helm Charts in clusters.
|
|
||||||
|
|
||||||
## Prerequisites
|
|
||||||
|
|
||||||
- Kubernetes 1.23+
|
|
||||||
- Helm 3.8.0+
|
|
||||||
|
|
||||||
## Parameters
|
|
||||||
|
|
||||||
## Special input schemas
|
|
||||||
|
|
||||||
### ImageRoot
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
registry:
|
|
||||||
type: string
|
|
||||||
description: Docker registry where the image is located
|
|
||||||
example: docker.io
|
|
||||||
|
|
||||||
repository:
|
|
||||||
type: string
|
|
||||||
description: Repository and image name
|
|
||||||
example: bitnami/nginx
|
|
||||||
|
|
||||||
tag:
|
|
||||||
type: string
|
|
||||||
description: image tag
|
|
||||||
example: 1.16.1-debian-10-r63
|
|
||||||
|
|
||||||
pullPolicy:
|
|
||||||
type: string
|
|
||||||
description: Specify a imagePullPolicy.'
|
|
||||||
|
|
||||||
pullSecrets:
|
|
||||||
type: array
|
|
||||||
items:
|
|
||||||
type: string
|
|
||||||
description: Optionally specify an array of imagePullSecrets (evaluated as templates).
|
|
||||||
|
|
||||||
debug:
|
|
||||||
type: boolean
|
|
||||||
description: Set to true if you would like to see extra information on logs
|
|
||||||
example: false
|
|
||||||
|
|
||||||
## An instance would be:
|
|
||||||
# registry: docker.io
|
|
||||||
# repository: bitnami/nginx
|
|
||||||
# tag: 1.16.1-debian-10-r63
|
|
||||||
# pullPolicy: IfNotPresent
|
|
||||||
# debug: false
|
|
||||||
```
|
|
||||||
|
|
||||||
### Persistence
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
enabled:
|
|
||||||
type: boolean
|
|
||||||
description: Whether enable persistence.
|
|
||||||
example: true
|
|
||||||
|
|
||||||
storageClass:
|
|
||||||
type: string
|
|
||||||
description: Ghost data Persistent Volume Storage Class, If set to "-", storageClassName: "" which disables dynamic provisioning.
|
|
||||||
example: "-"
|
|
||||||
|
|
||||||
accessMode:
|
|
||||||
type: string
|
|
||||||
description: Access mode for the Persistent Volume Storage.
|
|
||||||
example: ReadWriteOnce
|
|
||||||
|
|
||||||
size:
|
|
||||||
type: string
|
|
||||||
description: Size the Persistent Volume Storage.
|
|
||||||
example: 8Gi
|
|
||||||
|
|
||||||
path:
|
|
||||||
type: string
|
|
||||||
description: Path to be persisted.
|
|
||||||
example: /bitnami
|
|
||||||
|
|
||||||
## An instance would be:
|
|
||||||
# enabled: true
|
|
||||||
# storageClass: "-"
|
|
||||||
# accessMode: ReadWriteOnce
|
|
||||||
# size: 8Gi
|
|
||||||
# path: /bitnami
|
|
||||||
```
|
|
||||||
|
|
||||||
### ExistingSecret
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
name:
|
|
||||||
type: string
|
|
||||||
description: Name of the existing secret.
|
|
||||||
example: mySecret
|
|
||||||
keyMapping:
|
|
||||||
description: Mapping between the expected key name and the name of the key in the existing secret.
|
|
||||||
type: object
|
|
||||||
|
|
||||||
## An instance would be:
|
|
||||||
# name: mySecret
|
|
||||||
# keyMapping:
|
|
||||||
# password: myPasswordKey
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Example of use
|
|
||||||
|
|
||||||
When we store sensitive data for a deployment in a secret, some times we want to give to users the possibility of using theirs existing secrets.
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
# templates/secret.yaml
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Secret
|
|
||||||
metadata:
|
|
||||||
name: {{ include "common.names.fullname" . }}
|
|
||||||
labels:
|
|
||||||
app: {{ include "common.names.fullname" . }}
|
|
||||||
type: Opaque
|
|
||||||
data:
|
|
||||||
password: {{ .Values.password | b64enc | quote }}
|
|
||||||
|
|
||||||
# templates/dpl.yaml
|
|
||||||
---
|
|
||||||
...
|
|
||||||
env:
|
|
||||||
- name: PASSWORD
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: {{ include "common.secrets.name" (dict "existingSecret" .Values.existingSecret "context" $) }}
|
|
||||||
key: {{ include "common.secrets.key" (dict "existingSecret" .Values.existingSecret "key" "password") }}
|
|
||||||
...
|
|
||||||
|
|
||||||
# values.yaml
|
|
||||||
---
|
|
||||||
name: mySecret
|
|
||||||
keyMapping:
|
|
||||||
password: myPasswordKey
|
|
||||||
```
|
|
||||||
|
|
||||||
### ValidateValue
|
|
||||||
|
|
||||||
#### NOTES.txt
|
|
||||||
|
|
||||||
```console
|
|
||||||
{{- $validateValueConf00 := (dict "valueKey" "path.to.value00" "secret" "secretName" "field" "password-00") -}}
|
|
||||||
{{- $validateValueConf01 := (dict "valueKey" "path.to.value01" "secret" "secretName" "field" "password-01") -}}
|
|
||||||
|
|
||||||
{{ include "common.validations.values.multiple.empty" (dict "required" (list $validateValueConf00 $validateValueConf01) "context" $) }}
|
|
||||||
```
|
|
||||||
|
|
||||||
If we force those values to be empty we will see some alerts
|
|
||||||
|
|
||||||
```console
|
|
||||||
helm install test mychart --set path.to.value00="",path.to.value01=""
|
|
||||||
'path.to.value00' must not be empty, please add '--set path.to.value00=$PASSWORD_00' to the command. To get the current value:
|
|
||||||
|
|
||||||
export PASSWORD_00=$(kubectl get secret --namespace default secretName -o jsonpath="{.data.password-00}" | base64 -d)
|
|
||||||
|
|
||||||
'path.to.value01' must not be empty, please add '--set path.to.value01=$PASSWORD_01' to the command. To get the current value:
|
|
||||||
|
|
||||||
export PASSWORD_01=$(kubectl get secret --namespace default secretName -o jsonpath="{.data.password-01}" | base64 -d)
|
|
||||||
```
|
|
||||||
|
|
||||||
## Upgrading
|
|
||||||
|
|
||||||
### To 1.0.0
|
|
||||||
|
|
||||||
[On November 13, 2020, Helm v2 support was formally finished](https://github.com/helm/charts#status-of-the-project), this major version is the result of the required changes applied to the Helm Chart to be able to incorporate the different features added in Helm v3 and to be consistent with the Helm project itself regarding the Helm v2 EOL.
|
|
||||||
|
|
||||||
#### What changes were introduced in this major version?
|
|
||||||
|
|
||||||
- Previous versions of this Helm Chart use `apiVersion: v1` (installable by both Helm 2 and 3), this Helm Chart was updated to `apiVersion: v2` (installable by Helm 3 only). [Here](https://helm.sh/docs/topics/charts/#the-apiversion-field) you can find more information about the `apiVersion` field.
|
|
||||||
- Use `type: library`. [Here](https://v3.helm.sh/docs/faq/#library-chart-support) you can find more information.
|
|
||||||
- The different fields present in the *Chart.yaml* file has been ordered alphabetically in a homogeneous way for all the Bitnami Helm Charts
|
|
||||||
|
|
||||||
#### Considerations when upgrading to this version
|
|
||||||
|
|
||||||
- If you want to upgrade to this version from a previous one installed with Helm v3, you shouldn't face any issues
|
|
||||||
- If you want to upgrade to this version using Helm v2, this scenario is not supported as this version doesn't support Helm v2 anymore
|
|
||||||
- If you installed the previous version with Helm v2 and wants to upgrade to this version with Helm v3, please refer to the [official Helm documentation](https://helm.sh/docs/topics/v2_v3_migration/#migration-use-cases) about migrating from Helm v2 to v3
|
|
||||||
|
|
||||||
#### Useful links
|
|
||||||
|
|
||||||
- <https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-resolve-helm2-helm3-post-migration-issues-index.html>
|
|
||||||
- <https://helm.sh/docs/topics/v2_v3_migration/>
|
|
||||||
- <https://helm.sh/blog/migrate-from-helm-v2-to-helm-v3/>
|
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
Copyright © 2024 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
you may not use this file except in compliance with the License.
|
|
||||||
You may obtain a copy of the License at
|
|
||||||
|
|
||||||
<http://www.apache.org/licenses/LICENSE-2.0>
|
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
@ -1,155 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Copyright Broadcom, Inc. All Rights Reserved.
|
|
||||||
SPDX-License-Identifier: APACHE-2.0
|
|
||||||
*/}}
|
|
||||||
|
|
||||||
{{/* vim: set filetype=mustache: */}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return a soft nodeAffinity definition
|
|
||||||
{{ include "common.affinities.nodes.soft" (dict "key" "FOO" "values" (list "BAR" "BAZ")) -}}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.affinities.nodes.soft" -}}
|
|
||||||
preferredDuringSchedulingIgnoredDuringExecution:
|
|
||||||
- preference:
|
|
||||||
matchExpressions:
|
|
||||||
- key: {{ .key }}
|
|
||||||
operator: In
|
|
||||||
values:
|
|
||||||
{{- range .values }}
|
|
||||||
- {{ . | quote }}
|
|
||||||
{{- end }}
|
|
||||||
weight: 1
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return a hard nodeAffinity definition
|
|
||||||
{{ include "common.affinities.nodes.hard" (dict "key" "FOO" "values" (list "BAR" "BAZ")) -}}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.affinities.nodes.hard" -}}
|
|
||||||
requiredDuringSchedulingIgnoredDuringExecution:
|
|
||||||
nodeSelectorTerms:
|
|
||||||
- matchExpressions:
|
|
||||||
- key: {{ .key }}
|
|
||||||
operator: In
|
|
||||||
values:
|
|
||||||
{{- range .values }}
|
|
||||||
- {{ . | quote }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return a nodeAffinity definition
|
|
||||||
{{ include "common.affinities.nodes" (dict "type" "soft" "key" "FOO" "values" (list "BAR" "BAZ")) -}}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.affinities.nodes" -}}
|
|
||||||
{{- if eq .type "soft" }}
|
|
||||||
{{- include "common.affinities.nodes.soft" . -}}
|
|
||||||
{{- else if eq .type "hard" }}
|
|
||||||
{{- include "common.affinities.nodes.hard" . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return a topologyKey definition
|
|
||||||
{{ include "common.affinities.topologyKey" (dict "topologyKey" "BAR") -}}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.affinities.topologyKey" -}}
|
|
||||||
{{ .topologyKey | default "kubernetes.io/hostname" -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return a soft podAffinity/podAntiAffinity definition
|
|
||||||
{{ include "common.affinities.pods.soft" (dict "component" "FOO" "customLabels" .Values.podLabels "extraMatchLabels" .Values.extraMatchLabels "topologyKey" "BAR" "extraPodAffinityTerms" .Values.extraPodAffinityTerms "extraNamespaces" (list "namespace1" "namespace2") "context" $) -}}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.affinities.pods.soft" -}}
|
|
||||||
{{- $component := default "" .component -}}
|
|
||||||
{{- $customLabels := default (dict) .customLabels -}}
|
|
||||||
{{- $extraMatchLabels := default (dict) .extraMatchLabels -}}
|
|
||||||
{{- $extraPodAffinityTerms := default (list) .extraPodAffinityTerms -}}
|
|
||||||
{{- $extraNamespaces := default (list) .extraNamespaces -}}
|
|
||||||
preferredDuringSchedulingIgnoredDuringExecution:
|
|
||||||
- podAffinityTerm:
|
|
||||||
labelSelector:
|
|
||||||
matchLabels: {{- (include "common.labels.matchLabels" ( dict "customLabels" $customLabels "context" .context )) | nindent 10 }}
|
|
||||||
{{- if not (empty $component) }}
|
|
||||||
{{ printf "app.kubernetes.io/component: %s" $component }}
|
|
||||||
{{- end }}
|
|
||||||
{{- range $key, $value := $extraMatchLabels }}
|
|
||||||
{{ $key }}: {{ $value | quote }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if $extraNamespaces }}
|
|
||||||
namespaces:
|
|
||||||
- {{ .context.Release.Namespace }}
|
|
||||||
{{- with $extraNamespaces }}
|
|
||||||
{{ include "common.tplvalues.render" (dict "value" . "context" $) | nindent 8 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
topologyKey: {{ include "common.affinities.topologyKey" (dict "topologyKey" .topologyKey) }}
|
|
||||||
weight: 1
|
|
||||||
{{- range $extraPodAffinityTerms }}
|
|
||||||
- podAffinityTerm:
|
|
||||||
labelSelector:
|
|
||||||
matchLabels: {{- (include "common.labels.matchLabels" ( dict "customLabels" $customLabels "context" $.context )) | nindent 10 }}
|
|
||||||
{{- if not (empty $component) }}
|
|
||||||
{{ printf "app.kubernetes.io/component: %s" $component }}
|
|
||||||
{{- end }}
|
|
||||||
{{- range $key, $value := .extraMatchLabels }}
|
|
||||||
{{ $key }}: {{ $value | quote }}
|
|
||||||
{{- end }}
|
|
||||||
topologyKey: {{ include "common.affinities.topologyKey" (dict "topologyKey" .topologyKey) }}
|
|
||||||
weight: {{ .weight | default 1 -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return a hard podAffinity/podAntiAffinity definition
|
|
||||||
{{ include "common.affinities.pods.hard" (dict "component" "FOO" "customLabels" .Values.podLabels "extraMatchLabels" .Values.extraMatchLabels "topologyKey" "BAR" "extraPodAffinityTerms" .Values.extraPodAffinityTerms "extraNamespaces" (list "namespace1" "namespace2") "context" $) -}}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.affinities.pods.hard" -}}
|
|
||||||
{{- $component := default "" .component -}}
|
|
||||||
{{- $customLabels := default (dict) .customLabels -}}
|
|
||||||
{{- $extraMatchLabels := default (dict) .extraMatchLabels -}}
|
|
||||||
{{- $extraPodAffinityTerms := default (list) .extraPodAffinityTerms -}}
|
|
||||||
{{- $extraNamespaces := default (list) .extraNamespaces -}}
|
|
||||||
requiredDuringSchedulingIgnoredDuringExecution:
|
|
||||||
- labelSelector:
|
|
||||||
matchLabels: {{- (include "common.labels.matchLabels" ( dict "customLabels" $customLabels "context" .context )) | nindent 8 }}
|
|
||||||
{{- if not (empty $component) }}
|
|
||||||
{{ printf "app.kubernetes.io/component: %s" $component }}
|
|
||||||
{{- end }}
|
|
||||||
{{- range $key, $value := $extraMatchLabels }}
|
|
||||||
{{ $key }}: {{ $value | quote }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if $extraNamespaces }}
|
|
||||||
namespaces:
|
|
||||||
- {{ .context.Release.Namespace }}
|
|
||||||
{{- with $extraNamespaces }}
|
|
||||||
{{ include "common.tplvalues.render" (dict "value" . "context" $) | nindent 8 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
topologyKey: {{ include "common.affinities.topologyKey" (dict "topologyKey" .topologyKey) }}
|
|
||||||
{{- range $extraPodAffinityTerms }}
|
|
||||||
- labelSelector:
|
|
||||||
matchLabels: {{- (include "common.labels.matchLabels" ( dict "customLabels" $customLabels "context" $.context )) | nindent 8 }}
|
|
||||||
{{- if not (empty $component) }}
|
|
||||||
{{ printf "app.kubernetes.io/component: %s" $component }}
|
|
||||||
{{- end }}
|
|
||||||
{{- range $key, $value := .extraMatchLabels }}
|
|
||||||
{{ $key }}: {{ $value | quote }}
|
|
||||||
{{- end }}
|
|
||||||
topologyKey: {{ include "common.affinities.topologyKey" (dict "topologyKey" .topologyKey) }}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return a podAffinity/podAntiAffinity definition
|
|
||||||
{{ include "common.affinities.pods" (dict "type" "soft" "key" "FOO" "values" (list "BAR" "BAZ")) -}}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.affinities.pods" -}}
|
|
||||||
{{- if eq .type "soft" }}
|
|
||||||
{{- include "common.affinities.pods.soft" . -}}
|
|
||||||
{{- else if eq .type "hard" }}
|
|
||||||
{{- include "common.affinities.pods.hard" . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,239 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Copyright Broadcom, Inc. All Rights Reserved.
|
|
||||||
SPDX-License-Identifier: APACHE-2.0
|
|
||||||
*/}}
|
|
||||||
|
|
||||||
{{/* vim: set filetype=mustache: */}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return the target Kubernetes version
|
|
||||||
*/}}
|
|
||||||
{{- define "common.capabilities.kubeVersion" -}}
|
|
||||||
{{- default (default .Capabilities.KubeVersion.Version .Values.kubeVersion) ((.Values.global).kubeVersion) -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return the appropriate apiVersion for poddisruptionbudget.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.capabilities.policy.apiVersion" -}}
|
|
||||||
{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
|
|
||||||
{{- if and (not (empty $kubeVersion)) (semverCompare "<1.21-0" $kubeVersion) -}}
|
|
||||||
{{- print "policy/v1beta1" -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- print "policy/v1" -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return the appropriate apiVersion for networkpolicy.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.capabilities.networkPolicy.apiVersion" -}}
|
|
||||||
{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
|
|
||||||
{{- if and (not (empty $kubeVersion)) (semverCompare "<1.7-0" $kubeVersion) -}}
|
|
||||||
{{- print "extensions/v1beta1" -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- print "networking.k8s.io/v1" -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return the appropriate apiVersion for job.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.capabilities.job.apiVersion" -}}
|
|
||||||
{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
|
|
||||||
{{- if and (not (empty $kubeVersion)) (semverCompare "<1.21-0" $kubeVersion) -}}
|
|
||||||
{{- print "batch/v1beta1" -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- print "batch/v1" -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return the appropriate apiVersion for cronjob.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.capabilities.cronjob.apiVersion" -}}
|
|
||||||
{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
|
|
||||||
{{- if and (not (empty $kubeVersion)) (semverCompare "<1.21-0" $kubeVersion) -}}
|
|
||||||
{{- print "batch/v1beta1" -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- print "batch/v1" -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return the appropriate apiVersion for daemonset.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.capabilities.daemonset.apiVersion" -}}
|
|
||||||
{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
|
|
||||||
{{- if and (not (empty $kubeVersion)) (semverCompare "<1.14-0" $kubeVersion) -}}
|
|
||||||
{{- print "extensions/v1beta1" -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- print "apps/v1" -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return the appropriate apiVersion for deployment.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.capabilities.deployment.apiVersion" -}}
|
|
||||||
{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
|
|
||||||
{{- if and (not (empty $kubeVersion)) (semverCompare "<1.14-0" $kubeVersion) -}}
|
|
||||||
{{- print "extensions/v1beta1" -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- print "apps/v1" -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return the appropriate apiVersion for statefulset.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.capabilities.statefulset.apiVersion" -}}
|
|
||||||
{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
|
|
||||||
{{- if and (not (empty $kubeVersion)) (semverCompare "<1.14-0" $kubeVersion) -}}
|
|
||||||
{{- print "apps/v1beta1" -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- print "apps/v1" -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return the appropriate apiVersion for ingress.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.capabilities.ingress.apiVersion" -}}
|
|
||||||
{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
|
|
||||||
{{- if (.Values.ingress).apiVersion -}}
|
|
||||||
{{- .Values.ingress.apiVersion -}}
|
|
||||||
{{- else if and (not (empty $kubeVersion)) (semverCompare "<1.14-0" $kubeVersion) -}}
|
|
||||||
{{- print "extensions/v1beta1" -}}
|
|
||||||
{{- else if and (not (empty $kubeVersion)) (semverCompare "<1.19-0" $kubeVersion) -}}
|
|
||||||
{{- print "networking.k8s.io/v1beta1" -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- print "networking.k8s.io/v1" -}}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return the appropriate apiVersion for RBAC resources.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.capabilities.rbac.apiVersion" -}}
|
|
||||||
{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
|
|
||||||
{{- if and (not (empty $kubeVersion)) (semverCompare "<1.17-0" $kubeVersion) -}}
|
|
||||||
{{- print "rbac.authorization.k8s.io/v1beta1" -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- print "rbac.authorization.k8s.io/v1" -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return the appropriate apiVersion for CRDs.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.capabilities.crd.apiVersion" -}}
|
|
||||||
{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
|
|
||||||
{{- if and (not (empty $kubeVersion)) (semverCompare "<1.19-0" $kubeVersion) -}}
|
|
||||||
{{- print "apiextensions.k8s.io/v1beta1" -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- print "apiextensions.k8s.io/v1" -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return the appropriate apiVersion for APIService.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.capabilities.apiService.apiVersion" -}}
|
|
||||||
{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
|
|
||||||
{{- if and (not (empty $kubeVersion)) (semverCompare "<1.10-0" $kubeVersion) -}}
|
|
||||||
{{- print "apiregistration.k8s.io/v1beta1" -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- print "apiregistration.k8s.io/v1" -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return the appropriate apiVersion for Horizontal Pod Autoscaler.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.capabilities.hpa.apiVersion" -}}
|
|
||||||
{{- $kubeVersion := include "common.capabilities.kubeVersion" .context -}}
|
|
||||||
{{- if and (not (empty $kubeVersion)) (semverCompare "<1.23-0" $kubeVersion) -}}
|
|
||||||
{{- if .beta2 -}}
|
|
||||||
{{- print "autoscaling/v2beta2" -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- print "autoscaling/v2beta1" -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- print "autoscaling/v2" -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return the appropriate apiVersion for Vertical Pod Autoscaler.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.capabilities.vpa.apiVersion" -}}
|
|
||||||
{{- $kubeVersion := include "common.capabilities.kubeVersion" .context -}}
|
|
||||||
{{- if and (not (empty $kubeVersion)) (semverCompare "<1.11-0" $kubeVersion) -}}
|
|
||||||
{{- print "autoscaling/v1beta1" -}}
|
|
||||||
{{- else if and (not (empty $kubeVersion)) (semverCompare "<1.25-0" $kubeVersion) -}}
|
|
||||||
{{- print "autoscaling/v1beta2" -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- print "autoscaling/v1" -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Returns true if PodSecurityPolicy is supported
|
|
||||||
*/}}
|
|
||||||
{{- define "common.capabilities.psp.supported" -}}
|
|
||||||
{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
|
|
||||||
{{- if or (empty $kubeVersion) (semverCompare "<1.25-0" $kubeVersion) -}}
|
|
||||||
{{- true -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Returns true if AdmissionConfiguration is supported
|
|
||||||
*/}}
|
|
||||||
{{- define "common.capabilities.admissionConfiguration.supported" -}}
|
|
||||||
{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
|
|
||||||
{{- if or (empty $kubeVersion) (not (semverCompare "<1.23-0" $kubeVersion)) -}}
|
|
||||||
{{- true -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return the appropriate apiVersion for AdmissionConfiguration.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.capabilities.admissionConfiguration.apiVersion" -}}
|
|
||||||
{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
|
|
||||||
{{- if and (not (empty $kubeVersion)) (semverCompare "<1.23-0" $kubeVersion) -}}
|
|
||||||
{{- print "apiserver.config.k8s.io/v1alpha1" -}}
|
|
||||||
{{- else if and (not (empty $kubeVersion)) (semverCompare "<1.25-0" $kubeVersion) -}}
|
|
||||||
{{- print "apiserver.config.k8s.io/v1beta1" -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- print "apiserver.config.k8s.io/v1" -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return the appropriate apiVersion for PodSecurityConfiguration.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.capabilities.podSecurityConfiguration.apiVersion" -}}
|
|
||||||
{{- $kubeVersion := include "common.capabilities.kubeVersion" . -}}
|
|
||||||
{{- if and (not (empty $kubeVersion)) (semverCompare "<1.23-0" $kubeVersion) -}}
|
|
||||||
{{- print "pod-security.admission.config.k8s.io/v1alpha1" -}}
|
|
||||||
{{- else if and (not (empty $kubeVersion)) (semverCompare "<1.25-0" $kubeVersion) -}}
|
|
||||||
{{- print "pod-security.admission.config.k8s.io/v1beta1" -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- print "pod-security.admission.config.k8s.io/v1" -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Returns true if the used Helm version is 3.3+.
|
|
||||||
A way to check the used Helm version was not introduced until version 3.3.0 with .Capabilities.HelmVersion, which contains an additional "{}}" structure.
|
|
||||||
This check is introduced as a regexMatch instead of {{ if .Capabilities.HelmVersion }} because checking for the key HelmVersion in <3.3 results in a "interface not found" error.
|
|
||||||
**To be removed when the catalog's minimun Helm version is 3.3**
|
|
||||||
*/}}
|
|
||||||
{{- define "common.capabilities.supportsHelmVersion" -}}
|
|
||||||
{{- if regexMatch "{(v[0-9])*[^}]*}}$" (.Capabilities | toString ) }}
|
|
||||||
{{- true -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,46 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Copyright Broadcom, Inc. All Rights Reserved.
|
|
||||||
SPDX-License-Identifier: APACHE-2.0
|
|
||||||
*/}}
|
|
||||||
|
|
||||||
{{/* vim: set filetype=mustache: */}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return true if the detected platform is Openshift
|
|
||||||
Usage:
|
|
||||||
{{- include "common.compatibility.isOpenshift" . -}}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.compatibility.isOpenshift" -}}
|
|
||||||
{{- if .Capabilities.APIVersions.Has "security.openshift.io/v1" -}}
|
|
||||||
{{- true -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Render a compatible securityContext depending on the platform. By default it is maintained as it is. In other platforms like Openshift we remove default user/group values that do not work out of the box with the restricted-v1 SCC
|
|
||||||
Usage:
|
|
||||||
{{- include "common.compatibility.renderSecurityContext" (dict "secContext" .Values.containerSecurityContext "context" $) -}}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.compatibility.renderSecurityContext" -}}
|
|
||||||
{{- $adaptedContext := .secContext -}}
|
|
||||||
|
|
||||||
{{- if (((.context.Values.global).compatibility).openshift) -}}
|
|
||||||
{{- if or (eq .context.Values.global.compatibility.openshift.adaptSecurityContext "force") (and (eq .context.Values.global.compatibility.openshift.adaptSecurityContext "auto") (include "common.compatibility.isOpenshift" .context)) -}}
|
|
||||||
{{/* Remove incompatible user/group values that do not work in Openshift out of the box */}}
|
|
||||||
{{- $adaptedContext = omit $adaptedContext "fsGroup" "runAsUser" "runAsGroup" -}}
|
|
||||||
{{- if not .secContext.seLinuxOptions -}}
|
|
||||||
{{/* If it is an empty object, we remove it from the resulting context because it causes validation issues */}}
|
|
||||||
{{- $adaptedContext = omit $adaptedContext "seLinuxOptions" -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{/* Remove empty seLinuxOptions object if global.compatibility.omitEmptySeLinuxOptions is set to true */}}
|
|
||||||
{{- if and (((.context.Values.global).compatibility).omitEmptySeLinuxOptions) (not .secContext.seLinuxOptions) -}}
|
|
||||||
{{- $adaptedContext = omit $adaptedContext "seLinuxOptions" -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{/* Remove fields that are disregarded when running the container in privileged mode */}}
|
|
||||||
{{- if $adaptedContext.privileged -}}
|
|
||||||
{{- $adaptedContext = omit $adaptedContext "capabilities" "seLinuxOptions" -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- omit $adaptedContext "enabled" | toYaml -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,85 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Copyright Broadcom, Inc. All Rights Reserved.
|
|
||||||
SPDX-License-Identifier: APACHE-2.0
|
|
||||||
*/}}
|
|
||||||
|
|
||||||
{{/* vim: set filetype=mustache: */}}
|
|
||||||
{{/*
|
|
||||||
Throw error when upgrading using empty passwords values that must not be empty.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{- $validationError00 := include "common.validations.values.single.empty" (dict "valueKey" "path.to.password00" "secret" "secretName" "field" "password-00") -}}
|
|
||||||
{{- $validationError01 := include "common.validations.values.single.empty" (dict "valueKey" "path.to.password01" "secret" "secretName" "field" "password-01") -}}
|
|
||||||
{{ include "common.errors.upgrade.passwords.empty" (dict "validationErrors" (list $validationError00 $validationError01) "context" $) }}
|
|
||||||
|
|
||||||
Required password params:
|
|
||||||
- validationErrors - String - Required. List of validation strings to be return, if it is empty it won't throw error.
|
|
||||||
- context - Context - Required. Parent context.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.errors.upgrade.passwords.empty" -}}
|
|
||||||
{{- $validationErrors := join "" .validationErrors -}}
|
|
||||||
{{- if and $validationErrors .context.Release.IsUpgrade -}}
|
|
||||||
{{- $errorString := "\nPASSWORDS ERROR: You must provide your current passwords when upgrading the release." -}}
|
|
||||||
{{- $errorString = print $errorString "\n Note that even after reinstallation, old credentials may be needed as they may be kept in persistent volume claims." -}}
|
|
||||||
{{- $errorString = print $errorString "\n Further information can be obtained at https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues/#credential-errors-while-upgrading-chart-releases" -}}
|
|
||||||
{{- $errorString = print $errorString "\n%s" -}}
|
|
||||||
{{- printf $errorString $validationErrors | fail -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Throw error when original container images are replaced.
|
|
||||||
The error can be bypassed by setting the "global.security.allowInsecureImages" to true. In this case,
|
|
||||||
a warning message will be shown instead.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.errors.insecureImages" (dict "images" (list .Values.path.to.the.imageRoot) "context" $) }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.errors.insecureImages" -}}
|
|
||||||
{{- $relocatedImages := list -}}
|
|
||||||
{{- $replacedImages := list -}}
|
|
||||||
{{- $retaggedImages := list -}}
|
|
||||||
{{- $globalRegistry := ((.context.Values.global).imageRegistry) -}}
|
|
||||||
{{- $originalImages := .context.Chart.Annotations.images -}}
|
|
||||||
{{- range .images -}}
|
|
||||||
{{- $registryName := default .registry $globalRegistry -}}
|
|
||||||
{{- $fullImageNameNoTag := printf "%s/%s" $registryName .repository -}}
|
|
||||||
{{- $fullImageName := printf "%s:%s" $fullImageNameNoTag .tag -}}
|
|
||||||
{{- if not (contains $fullImageNameNoTag $originalImages) -}}
|
|
||||||
{{- if not (contains $registryName $originalImages) -}}
|
|
||||||
{{- $relocatedImages = append $relocatedImages $fullImageName -}}
|
|
||||||
{{- else if not (contains .repository $originalImages) -}}
|
|
||||||
{{- $replacedImages = append $replacedImages $fullImageName -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- if not (contains (printf "%s:%s" .repository .tag) $originalImages) -}}
|
|
||||||
{{- $retaggedImages = append $retaggedImages $fullImageName -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- if and (or (gt (len $relocatedImages) 0) (gt (len $replacedImages) 0)) (((.context.Values.global).security).allowInsecureImages) -}}
|
|
||||||
{{- print "\n\n⚠ SECURITY WARNING: Verifying original container images was skipped. Please note this Helm chart was designed, tested, and validated on multiple platforms using a specific set of Bitnami and Tanzu Application Catalog containers. Substituting other containers is likely to cause degraded security and performance, broken chart features, and missing environment variables.\n" -}}
|
|
||||||
{{- else if (or (gt (len $relocatedImages) 0) (gt (len $replacedImages) 0)) -}}
|
|
||||||
{{- $errorString := "Original containers have been substituted for unrecognized ones. Deploying this chart with non-standard containers is likely to cause degraded security and performance, broken chart features, and missing environment variables." -}}
|
|
||||||
{{- $errorString = print $errorString "\n\nUnrecognized images:" -}}
|
|
||||||
{{- range (concat $relocatedImages $replacedImages) -}}
|
|
||||||
{{- $errorString = print $errorString "\n - " . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- if or (contains "docker.io/bitnami/" $originalImages) (contains "docker.io/bitnamiprem/" $originalImages) -}}
|
|
||||||
{{- $errorString = print "\n\n⚠ ERROR: " $errorString -}}
|
|
||||||
{{- $errorString = print $errorString "\n\nIf you are sure you want to proceed with non-standard containers, you can skip container image verification by setting the global parameter 'global.security.allowInsecureImages' to true." -}}
|
|
||||||
{{- $errorString = print $errorString "\nFurther information can be obtained at https://github.com/bitnami/charts/issues/30850" -}}
|
|
||||||
{{- print $errorString | fail -}}
|
|
||||||
{{- else if gt (len $replacedImages) 0 -}}
|
|
||||||
{{- $errorString = print "\n\n⚠ WARNING: " $errorString -}}
|
|
||||||
{{- print $errorString -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- else if gt (len $retaggedImages) 0 -}}
|
|
||||||
{{- $warnString := "\n\n⚠ WARNING: Original containers have been retagged. Please note this Helm chart was tested, and validated on multiple platforms using a specific set of Tanzu Application Catalog containers. Substituting original image tags could cause unexpected behavior." -}}
|
|
||||||
{{- $warnString = print $warnString "\n\nRetagged images:" -}}
|
|
||||||
{{- range $retaggedImages -}}
|
|
||||||
{{- $warnString = print $warnString "\n - " . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- print $warnString -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,115 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Copyright Broadcom, Inc. All Rights Reserved.
|
|
||||||
SPDX-License-Identifier: APACHE-2.0
|
|
||||||
*/}}
|
|
||||||
|
|
||||||
{{/* vim: set filetype=mustache: */}}
|
|
||||||
{{/*
|
|
||||||
Return the proper image name.
|
|
||||||
If image tag and digest are not defined, termination fallbacks to chart appVersion.
|
|
||||||
{{ include "common.images.image" ( dict "imageRoot" .Values.path.to.the.image "global" .Values.global "chart" .Chart ) }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.images.image" -}}
|
|
||||||
{{- $registryName := default .imageRoot.registry ((.global).imageRegistry) -}}
|
|
||||||
{{- $repositoryName := .imageRoot.repository -}}
|
|
||||||
{{- $separator := ":" -}}
|
|
||||||
{{- $termination := .imageRoot.tag | toString -}}
|
|
||||||
|
|
||||||
{{- if not .imageRoot.tag }}
|
|
||||||
{{- if .chart }}
|
|
||||||
{{- $termination = .chart.AppVersion | toString -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- if .imageRoot.digest }}
|
|
||||||
{{- $separator = "@" -}}
|
|
||||||
{{- $termination = .imageRoot.digest | toString -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- if $registryName }}
|
|
||||||
{{- printf "%s/%s%s%s" $registryName $repositoryName $separator $termination -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- printf "%s%s%s" $repositoryName $separator $termination -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return the proper Docker Image Registry Secret Names (deprecated: use common.images.renderPullSecrets instead)
|
|
||||||
{{ include "common.images.pullSecrets" ( dict "images" (list .Values.path.to.the.image1, .Values.path.to.the.image2) "global" .Values.global) }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.images.pullSecrets" -}}
|
|
||||||
{{- $pullSecrets := list }}
|
|
||||||
|
|
||||||
{{- range ((.global).imagePullSecrets) -}}
|
|
||||||
{{- if kindIs "map" . -}}
|
|
||||||
{{- $pullSecrets = append $pullSecrets .name -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- $pullSecrets = append $pullSecrets . -}}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- range .images -}}
|
|
||||||
{{- range .pullSecrets -}}
|
|
||||||
{{- if kindIs "map" . -}}
|
|
||||||
{{- $pullSecrets = append $pullSecrets .name -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- $pullSecrets = append $pullSecrets . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- if (not (empty $pullSecrets)) -}}
|
|
||||||
imagePullSecrets:
|
|
||||||
{{- range $pullSecrets | uniq }}
|
|
||||||
- name: {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return the proper Docker Image Registry Secret Names evaluating values as templates
|
|
||||||
{{ include "common.images.renderPullSecrets" ( dict "images" (list .Values.path.to.the.image1, .Values.path.to.the.image2) "context" $) }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.images.renderPullSecrets" -}}
|
|
||||||
{{- $pullSecrets := list }}
|
|
||||||
{{- $context := .context }}
|
|
||||||
|
|
||||||
{{- range (($context.Values.global).imagePullSecrets) -}}
|
|
||||||
{{- if kindIs "map" . -}}
|
|
||||||
{{- $pullSecrets = append $pullSecrets (include "common.tplvalues.render" (dict "value" .name "context" $context)) -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- $pullSecrets = append $pullSecrets (include "common.tplvalues.render" (dict "value" . "context" $context)) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- range .images -}}
|
|
||||||
{{- range .pullSecrets -}}
|
|
||||||
{{- if kindIs "map" . -}}
|
|
||||||
{{- $pullSecrets = append $pullSecrets (include "common.tplvalues.render" (dict "value" .name "context" $context)) -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- $pullSecrets = append $pullSecrets (include "common.tplvalues.render" (dict "value" . "context" $context)) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- if (not (empty $pullSecrets)) -}}
|
|
||||||
imagePullSecrets:
|
|
||||||
{{- range $pullSecrets | uniq }}
|
|
||||||
- name: {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return the proper image version (ingores image revision/prerelease info & fallbacks to chart appVersion)
|
|
||||||
{{ include "common.images.version" ( dict "imageRoot" .Values.path.to.the.image "chart" .Chart ) }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.images.version" -}}
|
|
||||||
{{- $imageTag := .imageRoot.tag | toString -}}
|
|
||||||
{{/* regexp from https://github.com/Masterminds/semver/blob/23f51de38a0866c5ef0bfc42b3f735c73107b700/version.go#L41-L44 */}}
|
|
||||||
{{- if regexMatch `^([0-9]+)(\.[0-9]+)?(\.[0-9]+)?(-([0-9A-Za-z\-]+(\.[0-9A-Za-z\-]+)*))?(\+([0-9A-Za-z\-]+(\.[0-9A-Za-z\-]+)*))?$` $imageTag -}}
|
|
||||||
{{- $version := semver $imageTag -}}
|
|
||||||
{{- printf "%d.%d.%d" $version.Major $version.Minor $version.Patch -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- print .chart.AppVersion -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
@ -1,73 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Copyright Broadcom, Inc. All Rights Reserved.
|
|
||||||
SPDX-License-Identifier: APACHE-2.0
|
|
||||||
*/}}
|
|
||||||
|
|
||||||
{{/* vim: set filetype=mustache: */}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Generate backend entry that is compatible with all Kubernetes API versions.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.ingress.backend" (dict "serviceName" "backendName" "servicePort" "backendPort" "context" $) }}
|
|
||||||
|
|
||||||
Params:
|
|
||||||
- serviceName - String. Name of an existing service backend
|
|
||||||
- servicePort - String/Int. Port name (or number) of the service. It will be translated to different yaml depending if it is a string or an integer.
|
|
||||||
- context - Dict - Required. The context for the template evaluation.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.ingress.backend" -}}
|
|
||||||
{{- $apiVersion := (include "common.capabilities.ingress.apiVersion" .context) -}}
|
|
||||||
{{- if or (eq $apiVersion "extensions/v1beta1") (eq $apiVersion "networking.k8s.io/v1beta1") -}}
|
|
||||||
serviceName: {{ .serviceName }}
|
|
||||||
servicePort: {{ .servicePort }}
|
|
||||||
{{- else -}}
|
|
||||||
service:
|
|
||||||
name: {{ .serviceName }}
|
|
||||||
port:
|
|
||||||
{{- if typeIs "string" .servicePort }}
|
|
||||||
name: {{ .servicePort }}
|
|
||||||
{{- else if or (typeIs "int" .servicePort) (typeIs "float64" .servicePort) }}
|
|
||||||
number: {{ .servicePort | int }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Print "true" if the API pathType field is supported
|
|
||||||
Usage:
|
|
||||||
{{ include "common.ingress.supportsPathType" . }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.ingress.supportsPathType" -}}
|
|
||||||
{{- if (semverCompare "<1.18-0" (include "common.capabilities.kubeVersion" .)) -}}
|
|
||||||
{{- print "false" -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- print "true" -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Returns true if the ingressClassname field is supported
|
|
||||||
Usage:
|
|
||||||
{{ include "common.ingress.supportsIngressClassname" . }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.ingress.supportsIngressClassname" -}}
|
|
||||||
{{- if semverCompare "<1.18-0" (include "common.capabilities.kubeVersion" .) -}}
|
|
||||||
{{- print "false" -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- print "true" -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return true if cert-manager required annotations for TLS signed
|
|
||||||
certificates are set in the Ingress annotations
|
|
||||||
Ref: https://cert-manager.io/docs/usage/ingress/#supported-annotations
|
|
||||||
Usage:
|
|
||||||
{{ include "common.ingress.certManagerRequest" ( dict "annotations" .Values.path.to.the.ingress.annotations ) }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.ingress.certManagerRequest" -}}
|
|
||||||
{{ if or (hasKey .annotations "cert-manager.io/cluster-issuer") (hasKey .annotations "cert-manager.io/issuer") (hasKey .annotations "kubernetes.io/tls-acme") }}
|
|
||||||
{{- true -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,46 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Copyright Broadcom, Inc. All Rights Reserved.
|
|
||||||
SPDX-License-Identifier: APACHE-2.0
|
|
||||||
*/}}
|
|
||||||
|
|
||||||
{{/* vim: set filetype=mustache: */}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Kubernetes standard labels
|
|
||||||
{{ include "common.labels.standard" (dict "customLabels" .Values.commonLabels "context" $) -}}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.labels.standard" -}}
|
|
||||||
{{- if and (hasKey . "customLabels") (hasKey . "context") -}}
|
|
||||||
{{- $default := dict "app.kubernetes.io/name" (include "common.names.name" .context) "helm.sh/chart" (include "common.names.chart" .context) "app.kubernetes.io/instance" .context.Release.Name "app.kubernetes.io/managed-by" .context.Release.Service -}}
|
|
||||||
{{- with .context.Chart.AppVersion -}}
|
|
||||||
{{- $_ := set $default "app.kubernetes.io/version" . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{ template "common.tplvalues.merge" (dict "values" (list .customLabels $default) "context" .context) }}
|
|
||||||
{{- else -}}
|
|
||||||
app.kubernetes.io/name: {{ include "common.names.name" . }}
|
|
||||||
helm.sh/chart: {{ include "common.names.chart" . }}
|
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
||||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
|
||||||
{{- with .Chart.AppVersion }}
|
|
||||||
app.kubernetes.io/version: {{ . | quote }}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Labels used on immutable fields such as deploy.spec.selector.matchLabels or svc.spec.selector
|
|
||||||
{{ include "common.labels.matchLabels" (dict "customLabels" .Values.podLabels "context" $) -}}
|
|
||||||
|
|
||||||
We don't want to loop over custom labels appending them to the selector
|
|
||||||
since it's very likely that it will break deployments, services, etc.
|
|
||||||
However, it's important to overwrite the standard labels if the user
|
|
||||||
overwrote them on metadata.labels fields.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.labels.matchLabels" -}}
|
|
||||||
{{- if and (hasKey . "customLabels") (hasKey . "context") -}}
|
|
||||||
{{ merge (pick (include "common.tplvalues.render" (dict "value" .customLabels "context" .context) | fromYaml) "app.kubernetes.io/name" "app.kubernetes.io/instance") (dict "app.kubernetes.io/name" (include "common.names.name" .context) "app.kubernetes.io/instance" .context.Release.Name ) | toYaml }}
|
|
||||||
{{- else -}}
|
|
||||||
app.kubernetes.io/name: {{ include "common.names.name" . }}
|
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,71 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Copyright Broadcom, Inc. All Rights Reserved.
|
|
||||||
SPDX-License-Identifier: APACHE-2.0
|
|
||||||
*/}}
|
|
||||||
|
|
||||||
{{/* vim: set filetype=mustache: */}}
|
|
||||||
{{/*
|
|
||||||
Expand the name of the chart.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.names.name" -}}
|
|
||||||
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Create chart name and version as used by the chart label.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.names.chart" -}}
|
|
||||||
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Create a default fully qualified app name.
|
|
||||||
We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
|
|
||||||
If release name contains chart name it will be used as a full name.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.names.fullname" -}}
|
|
||||||
{{- if .Values.fullnameOverride -}}
|
|
||||||
{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- $name := default .Chart.Name .Values.nameOverride -}}
|
|
||||||
{{- if contains $name .Release.Name -}}
|
|
||||||
{{- .Release.Name | trunc 63 | trimSuffix "-" -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Create a default fully qualified dependency name.
|
|
||||||
We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
|
|
||||||
If release name contains chart name it will be used as a full name.
|
|
||||||
Usage:
|
|
||||||
{{ include "common.names.dependency.fullname" (dict "chartName" "dependency-chart-name" "chartValues" .Values.dependency-chart "context" $) }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.names.dependency.fullname" -}}
|
|
||||||
{{- if .chartValues.fullnameOverride -}}
|
|
||||||
{{- .chartValues.fullnameOverride | trunc 63 | trimSuffix "-" -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- $name := default .chartName .chartValues.nameOverride -}}
|
|
||||||
{{- if contains $name .context.Release.Name -}}
|
|
||||||
{{- .context.Release.Name | trunc 63 | trimSuffix "-" -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- printf "%s-%s" .context.Release.Name $name | trunc 63 | trimSuffix "-" -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Allow the release namespace to be overridden for multi-namespace deployments in combined charts.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.names.namespace" -}}
|
|
||||||
{{- default .Release.Namespace .Values.namespaceOverride | trunc 63 | trimSuffix "-" -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Create a fully qualified app name adding the installation's namespace.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.names.fullname.namespace" -}}
|
|
||||||
{{- printf "%s-%s" (include "common.names.fullname" .) (include "common.names.namespace" .) | trunc 63 | trimSuffix "-" -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,50 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Copyright Broadcom, Inc. All Rights Reserved.
|
|
||||||
SPDX-License-Identifier: APACHE-2.0
|
|
||||||
*/}}
|
|
||||||
|
|
||||||
{{/* vim: set filetype=mustache: */}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return a resource request/limit object based on a given preset.
|
|
||||||
These presets are for basic testing and not meant to be used in production
|
|
||||||
{{ include "common.resources.preset" (dict "type" "nano") -}}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.resources.preset" -}}
|
|
||||||
{{/* The limits are the requests increased by 50% (except ephemeral-storage and xlarge/2xlarge sizes)*/}}
|
|
||||||
{{- $presets := dict
|
|
||||||
"nano" (dict
|
|
||||||
"requests" (dict "cpu" "100m" "memory" "128Mi" "ephemeral-storage" "50Mi")
|
|
||||||
"limits" (dict "cpu" "150m" "memory" "192Mi" "ephemeral-storage" "2Gi")
|
|
||||||
)
|
|
||||||
"micro" (dict
|
|
||||||
"requests" (dict "cpu" "250m" "memory" "256Mi" "ephemeral-storage" "50Mi")
|
|
||||||
"limits" (dict "cpu" "375m" "memory" "384Mi" "ephemeral-storage" "2Gi")
|
|
||||||
)
|
|
||||||
"small" (dict
|
|
||||||
"requests" (dict "cpu" "500m" "memory" "512Mi" "ephemeral-storage" "50Mi")
|
|
||||||
"limits" (dict "cpu" "750m" "memory" "768Mi" "ephemeral-storage" "2Gi")
|
|
||||||
)
|
|
||||||
"medium" (dict
|
|
||||||
"requests" (dict "cpu" "500m" "memory" "1024Mi" "ephemeral-storage" "50Mi")
|
|
||||||
"limits" (dict "cpu" "750m" "memory" "1536Mi" "ephemeral-storage" "2Gi")
|
|
||||||
)
|
|
||||||
"large" (dict
|
|
||||||
"requests" (dict "cpu" "1.0" "memory" "2048Mi" "ephemeral-storage" "50Mi")
|
|
||||||
"limits" (dict "cpu" "1.5" "memory" "3072Mi" "ephemeral-storage" "2Gi")
|
|
||||||
)
|
|
||||||
"xlarge" (dict
|
|
||||||
"requests" (dict "cpu" "1.0" "memory" "3072Mi" "ephemeral-storage" "50Mi")
|
|
||||||
"limits" (dict "cpu" "3.0" "memory" "6144Mi" "ephemeral-storage" "2Gi")
|
|
||||||
)
|
|
||||||
"2xlarge" (dict
|
|
||||||
"requests" (dict "cpu" "1.0" "memory" "3072Mi" "ephemeral-storage" "50Mi")
|
|
||||||
"limits" (dict "cpu" "6.0" "memory" "12288Mi" "ephemeral-storage" "2Gi")
|
|
||||||
)
|
|
||||||
}}
|
|
||||||
{{- if hasKey $presets .type -}}
|
|
||||||
{{- index $presets .type | toYaml -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- printf "ERROR: Preset key '%s' invalid. Allowed values are %s" .type (join "," (keys $presets)) | fail -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,192 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Copyright Broadcom, Inc. All Rights Reserved.
|
|
||||||
SPDX-License-Identifier: APACHE-2.0
|
|
||||||
*/}}
|
|
||||||
|
|
||||||
{{/* vim: set filetype=mustache: */}}
|
|
||||||
{{/*
|
|
||||||
Generate secret name.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.secrets.name" (dict "existingSecret" .Values.path.to.the.existingSecret "defaultNameSuffix" "mySuffix" "context" $) }}
|
|
||||||
|
|
||||||
Params:
|
|
||||||
- existingSecret - ExistingSecret/String - Optional. The path to the existing secrets in the values.yaml given by the user
|
|
||||||
to be used instead of the default one. Allows for it to be of type String (just the secret name) for backwards compatibility.
|
|
||||||
+info: https://github.com/bitnami/charts/tree/main/bitnami/common#existingsecret
|
|
||||||
- defaultNameSuffix - String - Optional. It is used only if we have several secrets in the same deployment.
|
|
||||||
- context - Dict - Required. The context for the template evaluation.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.secrets.name" -}}
|
|
||||||
{{- $name := (include "common.names.fullname" .context) -}}
|
|
||||||
|
|
||||||
{{- if .defaultNameSuffix -}}
|
|
||||||
{{- $name = printf "%s-%s" $name .defaultNameSuffix | trunc 63 | trimSuffix "-" -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- with .existingSecret -}}
|
|
||||||
{{- if not (typeIs "string" .) -}}
|
|
||||||
{{- with .name -}}
|
|
||||||
{{- $name = . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- $name = . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- printf "%s" $name -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Generate secret key.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.secrets.key" (dict "existingSecret" .Values.path.to.the.existingSecret "key" "keyName") }}
|
|
||||||
|
|
||||||
Params:
|
|
||||||
- existingSecret - ExistingSecret/String - Optional. The path to the existing secrets in the values.yaml given by the user
|
|
||||||
to be used instead of the default one. Allows for it to be of type String (just the secret name) for backwards compatibility.
|
|
||||||
+info: https://github.com/bitnami/charts/tree/main/bitnami/common#existingsecret
|
|
||||||
- key - String - Required. Name of the key in the secret.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.secrets.key" -}}
|
|
||||||
{{- $key := .key -}}
|
|
||||||
|
|
||||||
{{- if .existingSecret -}}
|
|
||||||
{{- if not (typeIs "string" .existingSecret) -}}
|
|
||||||
{{- if .existingSecret.keyMapping -}}
|
|
||||||
{{- $key = index .existingSecret.keyMapping $.key -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- printf "%s" $key -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Generate secret password or retrieve one if already created.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.secrets.passwords.manage" (dict "secret" "secret-name" "key" "keyName" "providedValues" (list "path.to.password1" "path.to.password2") "length" 10 "strong" false "chartName" "chartName" "honorProvidedValues" false "context" $) }}
|
|
||||||
|
|
||||||
Params:
|
|
||||||
- secret - String - Required - Name of the 'Secret' resource where the password is stored.
|
|
||||||
- key - String - Required - Name of the key in the secret.
|
|
||||||
- providedValues - List<String> - Required - The path to the validating value in the values.yaml, e.g: "mysql.password". Will pick first parameter with a defined value.
|
|
||||||
- length - int - Optional - Length of the generated random password.
|
|
||||||
- strong - Boolean - Optional - Whether to add symbols to the generated random password.
|
|
||||||
- chartName - String - Optional - Name of the chart used when said chart is deployed as a subchart.
|
|
||||||
- context - Context - Required - Parent context.
|
|
||||||
- failOnNew - Boolean - Optional - Default to true. If set to false, skip errors adding new keys to existing secrets.
|
|
||||||
- skipB64enc - Boolean - Optional - Default to false. If set to true, no the secret will not be base64 encrypted.
|
|
||||||
- skipQuote - Boolean - Optional - Default to false. If set to true, no quotes will be added around the secret.
|
|
||||||
- honorProvidedValues - Boolean - Optional - Default to false. If set to true, the values in providedValues have higher priority than an existing secret
|
|
||||||
The order in which this function returns a secret password:
|
|
||||||
1. Password provided via the values.yaml if honorProvidedValues = true
|
|
||||||
(If one of the keys passed to the 'providedValues' parameter to this function is a valid path to a key in the values.yaml and has a value, the value of the first key with a value will be returned)
|
|
||||||
2. Already existing 'Secret' resource
|
|
||||||
(If a 'Secret' resource is found under the name provided to the 'secret' parameter to this function and that 'Secret' resource contains a key with the name passed as the 'key' parameter to this function then the value of this existing secret password will be returned)
|
|
||||||
3. Password provided via the values.yaml if honorProvidedValues = false
|
|
||||||
(If one of the keys passed to the 'providedValues' parameter to this function is a valid path to a key in the values.yaml and has a value, the value of the first key with a value will be returned)
|
|
||||||
4. Randomly generated secret password
|
|
||||||
(A new random secret password with the length specified in the 'length' parameter will be generated and returned)
|
|
||||||
|
|
||||||
*/}}
|
|
||||||
{{- define "common.secrets.passwords.manage" -}}
|
|
||||||
|
|
||||||
{{- $password := "" }}
|
|
||||||
{{- $subchart := "" }}
|
|
||||||
{{- $chartName := default "" .chartName }}
|
|
||||||
{{- $passwordLength := default 10 .length }}
|
|
||||||
{{- $providedPasswordKey := include "common.utils.getKeyFromList" (dict "keys" .providedValues "context" $.context) }}
|
|
||||||
{{- $providedPasswordValue := include "common.utils.getValueFromKey" (dict "key" $providedPasswordKey "context" $.context) }}
|
|
||||||
{{- $secretData := (lookup "v1" "Secret" (include "common.names.namespace" .context) .secret).data }}
|
|
||||||
{{- if $secretData }}
|
|
||||||
{{- if hasKey $secretData .key }}
|
|
||||||
{{- $password = index $secretData .key | b64dec }}
|
|
||||||
{{- else if not (eq .failOnNew false) }}
|
|
||||||
{{- printf "\nPASSWORDS ERROR: The secret \"%s\" does not contain the key \"%s\"\n" .secret .key | fail -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
{{- if and $providedPasswordValue .honorProvidedValues }}
|
|
||||||
{{- $password = $providedPasswordValue | toString }}
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
{{- if not $password }}
|
|
||||||
{{- if $providedPasswordValue }}
|
|
||||||
{{- $password = $providedPasswordValue | toString }}
|
|
||||||
{{- else }}
|
|
||||||
{{- if .context.Values.enabled }}
|
|
||||||
{{- $subchart = $chartName }}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- if not (eq .failOnNew false) }}
|
|
||||||
{{- $requiredPassword := dict "valueKey" $providedPasswordKey "secret" .secret "field" .key "subchart" $subchart "context" $.context -}}
|
|
||||||
{{- $requiredPasswordError := include "common.validations.values.single.empty" $requiredPassword -}}
|
|
||||||
{{- $passwordValidationErrors := list $requiredPasswordError -}}
|
|
||||||
{{- include "common.errors.upgrade.passwords.empty" (dict "validationErrors" $passwordValidationErrors "context" $.context) -}}
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
{{- if .strong }}
|
|
||||||
{{- $subStr := list (lower (randAlpha 1)) (randNumeric 1) (upper (randAlpha 1)) | join "_" }}
|
|
||||||
{{- $password = randAscii $passwordLength }}
|
|
||||||
{{- $password = regexReplaceAllLiteral "\\W" $password "@" | substr 5 $passwordLength }}
|
|
||||||
{{- $password = printf "%s%s" $subStr $password | toString | shuffle }}
|
|
||||||
{{- else }}
|
|
||||||
{{- $password = randAlphaNum $passwordLength }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- if not .skipB64enc }}
|
|
||||||
{{- $password = $password | b64enc }}
|
|
||||||
{{- end -}}
|
|
||||||
{{- if .skipQuote -}}
|
|
||||||
{{- printf "%s" $password -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- printf "%s" $password | quote -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Reuses the value from an existing secret, otherwise sets its value to a default value.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.secrets.lookup" (dict "secret" "secret-name" "key" "keyName" "defaultValue" .Values.myValue "context" $) }}
|
|
||||||
|
|
||||||
Params:
|
|
||||||
- secret - String - Required - Name of the 'Secret' resource where the password is stored.
|
|
||||||
- key - String - Required - Name of the key in the secret.
|
|
||||||
- defaultValue - String - Required - The path to the validating value in the values.yaml, e.g: "mysql.password". Will pick first parameter with a defined value.
|
|
||||||
- context - Context - Required - Parent context.
|
|
||||||
|
|
||||||
*/}}
|
|
||||||
{{- define "common.secrets.lookup" -}}
|
|
||||||
{{- $value := "" -}}
|
|
||||||
{{- $secretData := (lookup "v1" "Secret" (include "common.names.namespace" .context) .secret).data -}}
|
|
||||||
{{- if and $secretData (hasKey $secretData .key) -}}
|
|
||||||
{{- $value = index $secretData .key -}}
|
|
||||||
{{- else if .defaultValue -}}
|
|
||||||
{{- $value = .defaultValue | toString | b64enc -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- if $value -}}
|
|
||||||
{{- printf "%s" $value -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Returns whether a previous generated secret already exists
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.secrets.exists" (dict "secret" "secret-name" "context" $) }}
|
|
||||||
|
|
||||||
Params:
|
|
||||||
- secret - String - Required - Name of the 'Secret' resource where the password is stored.
|
|
||||||
- context - Context - Required - Parent context.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.secrets.exists" -}}
|
|
||||||
{{- $secret := (lookup "v1" "Secret" (include "common.names.namespace" .context) .secret) }}
|
|
||||||
{{- if $secret }}
|
|
||||||
{{- true -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,21 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Copyright Broadcom, Inc. All Rights Reserved.
|
|
||||||
SPDX-License-Identifier: APACHE-2.0
|
|
||||||
*/}}
|
|
||||||
|
|
||||||
{{/* vim: set filetype=mustache: */}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Return the proper Storage Class
|
|
||||||
{{ include "common.storage.class" ( dict "persistence" .Values.path.to.the.persistence "global" $) }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.storage.class" -}}
|
|
||||||
{{- $storageClass := (.global).storageClass | default .persistence.storageClass | default (.global).defaultStorageClass | default "" -}}
|
|
||||||
{{- if $storageClass -}}
|
|
||||||
{{- if (eq "-" $storageClass) -}}
|
|
||||||
{{- printf "storageClassName: \"\"" -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- printf "storageClassName: %s" $storageClass -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,52 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Copyright Broadcom, Inc. All Rights Reserved.
|
|
||||||
SPDX-License-Identifier: APACHE-2.0
|
|
||||||
*/}}
|
|
||||||
|
|
||||||
{{/* vim: set filetype=mustache: */}}
|
|
||||||
{{/*
|
|
||||||
Renders a value that contains template perhaps with scope if the scope is present.
|
|
||||||
Usage:
|
|
||||||
{{ include "common.tplvalues.render" ( dict "value" .Values.path.to.the.Value "context" $ ) }}
|
|
||||||
{{ include "common.tplvalues.render" ( dict "value" .Values.path.to.the.Value "context" $ "scope" $app ) }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.tplvalues.render" -}}
|
|
||||||
{{- $value := typeIs "string" .value | ternary .value (.value | toYaml) }}
|
|
||||||
{{- if contains "{{" (toJson .value) }}
|
|
||||||
{{- if .scope }}
|
|
||||||
{{- tpl (cat "{{- with $.RelativeScope -}}" $value "{{- end }}") (merge (dict "RelativeScope" .scope) .context) }}
|
|
||||||
{{- else }}
|
|
||||||
{{- tpl $value .context }}
|
|
||||||
{{- end }}
|
|
||||||
{{- else }}
|
|
||||||
{{- $value }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Merge a list of values that contains template after rendering them.
|
|
||||||
Merge precedence is consistent with http://masterminds.github.io/sprig/dicts.html#merge-mustmerge
|
|
||||||
Usage:
|
|
||||||
{{ include "common.tplvalues.merge" ( dict "values" (list .Values.path.to.the.Value1 .Values.path.to.the.Value2) "context" $ ) }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.tplvalues.merge" -}}
|
|
||||||
{{- $dst := dict -}}
|
|
||||||
{{- range .values -}}
|
|
||||||
{{- $dst = include "common.tplvalues.render" (dict "value" . "context" $.context "scope" $.scope) | fromYaml | merge $dst -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{ $dst | toYaml }}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Merge a list of values that contains template after rendering them.
|
|
||||||
Merge precedence is consistent with https://masterminds.github.io/sprig/dicts.html#mergeoverwrite-mustmergeoverwrite
|
|
||||||
Usage:
|
|
||||||
{{ include "common.tplvalues.merge-overwrite" ( dict "values" (list .Values.path.to.the.Value1 .Values.path.to.the.Value2) "context" $ ) }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.tplvalues.merge-overwrite" -}}
|
|
||||||
{{- $dst := dict -}}
|
|
||||||
{{- range .values -}}
|
|
||||||
{{- $dst = include "common.tplvalues.render" (dict "value" . "context" $.context "scope" $.scope) | fromYaml | mergeOverwrite $dst -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{ $dst | toYaml }}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,77 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Copyright Broadcom, Inc. All Rights Reserved.
|
|
||||||
SPDX-License-Identifier: APACHE-2.0
|
|
||||||
*/}}
|
|
||||||
|
|
||||||
{{/* vim: set filetype=mustache: */}}
|
|
||||||
{{/*
|
|
||||||
Print instructions to get a secret value.
|
|
||||||
Usage:
|
|
||||||
{{ include "common.utils.secret.getvalue" (dict "secret" "secret-name" "field" "secret-value-field" "context" $) }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.utils.secret.getvalue" -}}
|
|
||||||
{{- $varname := include "common.utils.fieldToEnvVar" . -}}
|
|
||||||
export {{ $varname }}=$(kubectl get secret --namespace {{ include "common.names.namespace" .context | quote }} {{ .secret }} -o jsonpath="{.data.{{ .field }}}" | base64 -d)
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Build env var name given a field
|
|
||||||
Usage:
|
|
||||||
{{ include "common.utils.fieldToEnvVar" dict "field" "my-password" }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.utils.fieldToEnvVar" -}}
|
|
||||||
{{- $fieldNameSplit := splitList "-" .field -}}
|
|
||||||
{{- $upperCaseFieldNameSplit := list -}}
|
|
||||||
|
|
||||||
{{- range $fieldNameSplit -}}
|
|
||||||
{{- $upperCaseFieldNameSplit = append $upperCaseFieldNameSplit ( upper . ) -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{ join "_" $upperCaseFieldNameSplit }}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Gets a value from .Values given
|
|
||||||
Usage:
|
|
||||||
{{ include "common.utils.getValueFromKey" (dict "key" "path.to.key" "context" $) }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.utils.getValueFromKey" -}}
|
|
||||||
{{- $splitKey := splitList "." .key -}}
|
|
||||||
{{- $value := "" -}}
|
|
||||||
{{- $latestObj := $.context.Values -}}
|
|
||||||
{{- range $splitKey -}}
|
|
||||||
{{- if not $latestObj -}}
|
|
||||||
{{- printf "please review the entire path of '%s' exists in values" $.key | fail -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- $value = ( index $latestObj . ) -}}
|
|
||||||
{{- $latestObj = $value -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- printf "%v" (default "" $value) -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Returns first .Values key with a defined value or first of the list if all non-defined
|
|
||||||
Usage:
|
|
||||||
{{ include "common.utils.getKeyFromList" (dict "keys" (list "path.to.key1" "path.to.key2") "context" $) }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.utils.getKeyFromList" -}}
|
|
||||||
{{- $key := first .keys -}}
|
|
||||||
{{- $reverseKeys := reverse .keys }}
|
|
||||||
{{- range $reverseKeys }}
|
|
||||||
{{- $value := include "common.utils.getValueFromKey" (dict "key" . "context" $.context ) }}
|
|
||||||
{{- if $value -}}
|
|
||||||
{{- $key = . }}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- printf "%s" $key -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Checksum a template at "path" containing a *single* resource (ConfigMap,Secret) for use in pod annotations, excluding the metadata (see #18376).
|
|
||||||
Usage:
|
|
||||||
{{ include "common.utils.checksumTemplate" (dict "path" "/configmap.yaml" "context" $) }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.utils.checksumTemplate" -}}
|
|
||||||
{{- $obj := include (print .context.Template.BasePath .path) .context | fromYaml -}}
|
|
||||||
{{ omit $obj "apiVersion" "kind" "metadata" | toYaml | sha256sum }}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,109 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Copyright Broadcom, Inc. All Rights Reserved.
|
|
||||||
SPDX-License-Identifier: APACHE-2.0
|
|
||||||
*/}}
|
|
||||||
|
|
||||||
{{/* vim: set filetype=mustache: */}}
|
|
||||||
{{/*
|
|
||||||
Warning about using rolling tag.
|
|
||||||
Usage:
|
|
||||||
{{ include "common.warnings.rollingTag" .Values.path.to.the.imageRoot }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.warnings.rollingTag" -}}
|
|
||||||
|
|
||||||
{{- if and (contains "bitnami/" .repository) (not (.tag | toString | regexFind "-r\\d+$|sha256:")) }}
|
|
||||||
WARNING: Rolling tag detected ({{ .repository }}:{{ .tag }}), please note that it is strongly recommended to avoid using rolling tags in a production environment.
|
|
||||||
+info https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-understand-rolling-tags-containers-index.html
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Warning about replaced images from the original.
|
|
||||||
Usage:
|
|
||||||
{{ include "common.warnings.modifiedImages" (dict "images" (list .Values.path.to.the.imageRoot) "context" $) }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.warnings.modifiedImages" -}}
|
|
||||||
{{- $affectedImages := list -}}
|
|
||||||
{{- $printMessage := false -}}
|
|
||||||
{{- $originalImages := .context.Chart.Annotations.images -}}
|
|
||||||
{{- range .images -}}
|
|
||||||
{{- $fullImageName := printf (printf "%s/%s:%s" .registry .repository .tag) -}}
|
|
||||||
{{- if not (contains $fullImageName $originalImages) }}
|
|
||||||
{{- $affectedImages = append $affectedImages (printf "%s/%s:%s" .registry .repository .tag) -}}
|
|
||||||
{{- $printMessage = true -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- if $printMessage }}
|
|
||||||
|
|
||||||
⚠ SECURITY WARNING: Original containers have been substituted. This Helm chart was designed, tested, and validated on multiple platforms using a specific set of Bitnami and Tanzu Application Catalog containers. Substituting other containers is likely to cause degraded security and performance, broken chart features, and missing environment variables.
|
|
||||||
|
|
||||||
Substituted images detected:
|
|
||||||
{{- range $affectedImages }}
|
|
||||||
- {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Warning about not setting the resource object in all deployments.
|
|
||||||
Usage:
|
|
||||||
{{ include "common.warnings.resources" (dict "sections" (list "path1" "path2") context $) }}
|
|
||||||
Example:
|
|
||||||
{{- include "common.warnings.resources" (dict "sections" (list "csiProvider.provider" "server" "volumePermissions" "") "context" $) }}
|
|
||||||
The list in the example assumes that the following values exist:
|
|
||||||
- csiProvider.provider.resources
|
|
||||||
- server.resources
|
|
||||||
- volumePermissions.resources
|
|
||||||
- resources
|
|
||||||
*/}}
|
|
||||||
{{- define "common.warnings.resources" -}}
|
|
||||||
{{- $values := .context.Values -}}
|
|
||||||
{{- $printMessage := false -}}
|
|
||||||
{{ $affectedSections := list -}}
|
|
||||||
{{- range .sections -}}
|
|
||||||
{{- if eq . "" -}}
|
|
||||||
{{/* Case where the resources section is at the root (one main deployment in the chart) */}}
|
|
||||||
{{- if not (index $values "resources") -}}
|
|
||||||
{{- $affectedSections = append $affectedSections "resources" -}}
|
|
||||||
{{- $printMessage = true -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{/* Case where the are multiple resources sections (more than one main deployment in the chart) */}}
|
|
||||||
{{- $keys := split "." . -}}
|
|
||||||
{{/* We iterate through the different levels until arriving to the resource section. Example: a.b.c.resources */}}
|
|
||||||
{{- $section := $values -}}
|
|
||||||
{{- range $keys -}}
|
|
||||||
{{- $section = index $section . -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- if not (index $section "resources") -}}
|
|
||||||
{{/* If the section has enabled=false or replicaCount=0, do not include it */}}
|
|
||||||
{{- if and (hasKey $section "enabled") -}}
|
|
||||||
{{- if index $section "enabled" -}}
|
|
||||||
{{/* enabled=true */}}
|
|
||||||
{{- $affectedSections = append $affectedSections (printf "%s.resources" .) -}}
|
|
||||||
{{- $printMessage = true -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- else if and (hasKey $section "replicaCount") -}}
|
|
||||||
{{/* We need a casting to int because number 0 is not treated as an int by default */}}
|
|
||||||
{{- if (gt (index $section "replicaCount" | int) 0) -}}
|
|
||||||
{{/* replicaCount > 0 */}}
|
|
||||||
{{- $affectedSections = append $affectedSections (printf "%s.resources" .) -}}
|
|
||||||
{{- $printMessage = true -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{/* Default case, add it to the affected sections */}}
|
|
||||||
{{- $affectedSections = append $affectedSections (printf "%s.resources" .) -}}
|
|
||||||
{{- $printMessage = true -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- if $printMessage }}
|
|
||||||
|
|
||||||
WARNING: There are "resources" sections in the chart not set. Using "resourcesPreset" is not recommended for production. For production installations, please set the following values according to your workload needs:
|
|
||||||
{{- range $affectedSections }}
|
|
||||||
- {{ . }}
|
|
||||||
{{- end }}
|
|
||||||
+info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,51 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Copyright Broadcom, Inc. All Rights Reserved.
|
|
||||||
SPDX-License-Identifier: APACHE-2.0
|
|
||||||
*/}}
|
|
||||||
|
|
||||||
{{/* vim: set filetype=mustache: */}}
|
|
||||||
{{/*
|
|
||||||
Auxiliary function to get the right value for existingSecret.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.cassandra.values.existingSecret" (dict "context" $) }}
|
|
||||||
Params:
|
|
||||||
- subchart - Boolean - Optional. Whether Cassandra is used as subchart or not. Default: false
|
|
||||||
*/}}
|
|
||||||
{{- define "common.cassandra.values.existingSecret" -}}
|
|
||||||
{{- if .subchart -}}
|
|
||||||
{{- .context.Values.cassandra.dbUser.existingSecret | quote -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- .context.Values.dbUser.existingSecret | quote -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Auxiliary function to get the right value for enabled cassandra.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.cassandra.values.enabled" (dict "context" $) }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.cassandra.values.enabled" -}}
|
|
||||||
{{- if .subchart -}}
|
|
||||||
{{- printf "%v" .context.Values.cassandra.enabled -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- printf "%v" (not .context.Values.enabled) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Auxiliary function to get the right value for the key dbUser
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.cassandra.values.key.dbUser" (dict "subchart" "true" "context" $) }}
|
|
||||||
Params:
|
|
||||||
- subchart - Boolean - Optional. Whether Cassandra is used as subchart or not. Default: false
|
|
||||||
*/}}
|
|
||||||
{{- define "common.cassandra.values.key.dbUser" -}}
|
|
||||||
{{- if .subchart -}}
|
|
||||||
cassandra.dbUser
|
|
||||||
{{- else -}}
|
|
||||||
dbUser
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,108 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Copyright Broadcom, Inc. All Rights Reserved.
|
|
||||||
SPDX-License-Identifier: APACHE-2.0
|
|
||||||
*/}}
|
|
||||||
|
|
||||||
{{/* vim: set filetype=mustache: */}}
|
|
||||||
{{/*
|
|
||||||
Validate MariaDB required passwords are not empty.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.validations.values.mariadb.passwords" (dict "secret" "secretName" "subchart" false "context" $) }}
|
|
||||||
Params:
|
|
||||||
- secret - String - Required. Name of the secret where MariaDB values are stored, e.g: "mysql-passwords-secret"
|
|
||||||
- subchart - Boolean - Optional. Whether MariaDB is used as subchart or not. Default: false
|
|
||||||
*/}}
|
|
||||||
{{- define "common.validations.values.mariadb.passwords" -}}
|
|
||||||
{{- $existingSecret := include "common.mariadb.values.auth.existingSecret" . -}}
|
|
||||||
{{- $enabled := include "common.mariadb.values.enabled" . -}}
|
|
||||||
{{- $architecture := include "common.mariadb.values.architecture" . -}}
|
|
||||||
{{- $authPrefix := include "common.mariadb.values.key.auth" . -}}
|
|
||||||
{{- $valueKeyRootPassword := printf "%s.rootPassword" $authPrefix -}}
|
|
||||||
{{- $valueKeyUsername := printf "%s.username" $authPrefix -}}
|
|
||||||
{{- $valueKeyPassword := printf "%s.password" $authPrefix -}}
|
|
||||||
{{- $valueKeyReplicationPassword := printf "%s.replicationPassword" $authPrefix -}}
|
|
||||||
|
|
||||||
{{- if and (or (not $existingSecret) (eq $existingSecret "\"\"")) (eq $enabled "true") -}}
|
|
||||||
{{- $requiredPasswords := list -}}
|
|
||||||
|
|
||||||
{{- $requiredRootPassword := dict "valueKey" $valueKeyRootPassword "secret" .secret "field" "mariadb-root-password" -}}
|
|
||||||
{{- $requiredPasswords = append $requiredPasswords $requiredRootPassword -}}
|
|
||||||
|
|
||||||
{{- $valueUsername := include "common.utils.getValueFromKey" (dict "key" $valueKeyUsername "context" .context) }}
|
|
||||||
{{- if not (empty $valueUsername) -}}
|
|
||||||
{{- $requiredPassword := dict "valueKey" $valueKeyPassword "secret" .secret "field" "mariadb-password" -}}
|
|
||||||
{{- $requiredPasswords = append $requiredPasswords $requiredPassword -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- if (eq $architecture "replication") -}}
|
|
||||||
{{- $requiredReplicationPassword := dict "valueKey" $valueKeyReplicationPassword "secret" .secret "field" "mariadb-replication-password" -}}
|
|
||||||
{{- $requiredPasswords = append $requiredPasswords $requiredReplicationPassword -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{- include "common.validations.values.multiple.empty" (dict "required" $requiredPasswords "context" .context) -}}
|
|
||||||
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Auxiliary function to get the right value for existingSecret.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.mariadb.values.auth.existingSecret" (dict "context" $) }}
|
|
||||||
Params:
|
|
||||||
- subchart - Boolean - Optional. Whether MariaDB is used as subchart or not. Default: false
|
|
||||||
*/}}
|
|
||||||
{{- define "common.mariadb.values.auth.existingSecret" -}}
|
|
||||||
{{- if .subchart -}}
|
|
||||||
{{- .context.Values.mariadb.auth.existingSecret | quote -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- .context.Values.auth.existingSecret | quote -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Auxiliary function to get the right value for enabled mariadb.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.mariadb.values.enabled" (dict "context" $) }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.mariadb.values.enabled" -}}
|
|
||||||
{{- if .subchart -}}
|
|
||||||
{{- printf "%v" .context.Values.mariadb.enabled -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- printf "%v" (not .context.Values.enabled) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Auxiliary function to get the right value for architecture
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.mariadb.values.architecture" (dict "subchart" "true" "context" $) }}
|
|
||||||
Params:
|
|
||||||
- subchart - Boolean - Optional. Whether MariaDB is used as subchart or not. Default: false
|
|
||||||
*/}}
|
|
||||||
{{- define "common.mariadb.values.architecture" -}}
|
|
||||||
{{- if .subchart -}}
|
|
||||||
{{- .context.Values.mariadb.architecture -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- .context.Values.architecture -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Auxiliary function to get the right value for the key auth
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.mariadb.values.key.auth" (dict "subchart" "true" "context" $) }}
|
|
||||||
Params:
|
|
||||||
- subchart - Boolean - Optional. Whether MariaDB is used as subchart or not. Default: false
|
|
||||||
*/}}
|
|
||||||
{{- define "common.mariadb.values.key.auth" -}}
|
|
||||||
{{- if .subchart -}}
|
|
||||||
mariadb.auth
|
|
||||||
{{- else -}}
|
|
||||||
auth
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,67 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Copyright Broadcom, Inc. All Rights Reserved.
|
|
||||||
SPDX-License-Identifier: APACHE-2.0
|
|
||||||
*/}}
|
|
||||||
|
|
||||||
{{/* vim: set filetype=mustache: */}}
|
|
||||||
{{/*
|
|
||||||
Auxiliary function to get the right value for existingSecret.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.mongodb.values.auth.existingSecret" (dict "context" $) }}
|
|
||||||
Params:
|
|
||||||
- subchart - Boolean - Optional. Whether MongoDb is used as subchart or not. Default: false
|
|
||||||
*/}}
|
|
||||||
{{- define "common.mongodb.values.auth.existingSecret" -}}
|
|
||||||
{{- if .subchart -}}
|
|
||||||
{{- .context.Values.mongodb.auth.existingSecret | quote -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- .context.Values.auth.existingSecret | quote -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Auxiliary function to get the right value for enabled mongodb.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.mongodb.values.enabled" (dict "context" $) }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.mongodb.values.enabled" -}}
|
|
||||||
{{- if .subchart -}}
|
|
||||||
{{- printf "%v" .context.Values.mongodb.enabled -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- printf "%v" (not .context.Values.enabled) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Auxiliary function to get the right value for the key auth
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.mongodb.values.key.auth" (dict "subchart" "true" "context" $) }}
|
|
||||||
Params:
|
|
||||||
- subchart - Boolean - Optional. Whether MongoDB® is used as subchart or not. Default: false
|
|
||||||
*/}}
|
|
||||||
{{- define "common.mongodb.values.key.auth" -}}
|
|
||||||
{{- if .subchart -}}
|
|
||||||
mongodb.auth
|
|
||||||
{{- else -}}
|
|
||||||
auth
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Auxiliary function to get the right value for architecture
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.mongodb.values.architecture" (dict "subchart" "true" "context" $) }}
|
|
||||||
Params:
|
|
||||||
- subchart - Boolean - Optional. Whether MongoDB® is used as subchart or not. Default: false
|
|
||||||
*/}}
|
|
||||||
{{- define "common.mongodb.values.architecture" -}}
|
|
||||||
{{- if .subchart -}}
|
|
||||||
{{- .context.Values.mongodb.architecture -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- .context.Values.architecture -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,67 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Copyright Broadcom, Inc. All Rights Reserved.
|
|
||||||
SPDX-License-Identifier: APACHE-2.0
|
|
||||||
*/}}
|
|
||||||
|
|
||||||
{{/* vim: set filetype=mustache: */}}
|
|
||||||
{{/*
|
|
||||||
Auxiliary function to get the right value for existingSecret.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.mysql.values.auth.existingSecret" (dict "context" $) }}
|
|
||||||
Params:
|
|
||||||
- subchart - Boolean - Optional. Whether MySQL is used as subchart or not. Default: false
|
|
||||||
*/}}
|
|
||||||
{{- define "common.mysql.values.auth.existingSecret" -}}
|
|
||||||
{{- if .subchart -}}
|
|
||||||
{{- .context.Values.mysql.auth.existingSecret | quote -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- .context.Values.auth.existingSecret | quote -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Auxiliary function to get the right value for enabled mysql.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.mysql.values.enabled" (dict "context" $) }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.mysql.values.enabled" -}}
|
|
||||||
{{- if .subchart -}}
|
|
||||||
{{- printf "%v" .context.Values.mysql.enabled -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- printf "%v" (not .context.Values.enabled) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Auxiliary function to get the right value for architecture
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.mysql.values.architecture" (dict "subchart" "true" "context" $) }}
|
|
||||||
Params:
|
|
||||||
- subchart - Boolean - Optional. Whether MySQL is used as subchart or not. Default: false
|
|
||||||
*/}}
|
|
||||||
{{- define "common.mysql.values.architecture" -}}
|
|
||||||
{{- if .subchart -}}
|
|
||||||
{{- .context.Values.mysql.architecture -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- .context.Values.architecture -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Auxiliary function to get the right value for the key auth
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.mysql.values.key.auth" (dict "subchart" "true" "context" $) }}
|
|
||||||
Params:
|
|
||||||
- subchart - Boolean - Optional. Whether MySQL is used as subchart or not. Default: false
|
|
||||||
*/}}
|
|
||||||
{{- define "common.mysql.values.key.auth" -}}
|
|
||||||
{{- if .subchart -}}
|
|
||||||
mysql.auth
|
|
||||||
{{- else -}}
|
|
||||||
auth
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,105 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Copyright Broadcom, Inc. All Rights Reserved.
|
|
||||||
SPDX-License-Identifier: APACHE-2.0
|
|
||||||
*/}}
|
|
||||||
|
|
||||||
{{/* vim: set filetype=mustache: */}}
|
|
||||||
{{/*
|
|
||||||
Auxiliary function to decide whether evaluate global values.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.postgresql.values.use.global" (dict "key" "key-of-global" "context" $) }}
|
|
||||||
Params:
|
|
||||||
- key - String - Required. Field to be evaluated within global, e.g: "existingSecret"
|
|
||||||
*/}}
|
|
||||||
{{- define "common.postgresql.values.use.global" -}}
|
|
||||||
{{- if .context.Values.global -}}
|
|
||||||
{{- if .context.Values.global.postgresql -}}
|
|
||||||
{{- index .context.Values.global.postgresql .key | quote -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Auxiliary function to get the right value for existingSecret.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.postgresql.values.existingSecret" (dict "context" $) }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.postgresql.values.existingSecret" -}}
|
|
||||||
{{- $globalValue := include "common.postgresql.values.use.global" (dict "key" "existingSecret" "context" .context) -}}
|
|
||||||
|
|
||||||
{{- if .subchart -}}
|
|
||||||
{{- default (.context.Values.postgresql.existingSecret | quote) $globalValue -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- default (.context.Values.existingSecret | quote) $globalValue -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Auxiliary function to get the right value for enabled postgresql.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.postgresql.values.enabled" (dict "context" $) }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.postgresql.values.enabled" -}}
|
|
||||||
{{- if .subchart -}}
|
|
||||||
{{- printf "%v" .context.Values.postgresql.enabled -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- printf "%v" (not .context.Values.enabled) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Auxiliary function to get the right value for the key postgressPassword.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.postgresql.values.key.postgressPassword" (dict "subchart" "true" "context" $) }}
|
|
||||||
Params:
|
|
||||||
- subchart - Boolean - Optional. Whether postgresql is used as subchart or not. Default: false
|
|
||||||
*/}}
|
|
||||||
{{- define "common.postgresql.values.key.postgressPassword" -}}
|
|
||||||
{{- $globalValue := include "common.postgresql.values.use.global" (dict "key" "postgresqlUsername" "context" .context) -}}
|
|
||||||
|
|
||||||
{{- if not $globalValue -}}
|
|
||||||
{{- if .subchart -}}
|
|
||||||
postgresql.postgresqlPassword
|
|
||||||
{{- else -}}
|
|
||||||
postgresqlPassword
|
|
||||||
{{- end -}}
|
|
||||||
{{- else -}}
|
|
||||||
global.postgresql.postgresqlPassword
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Auxiliary function to get the right value for enabled.replication.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.postgresql.values.enabled.replication" (dict "subchart" "true" "context" $) }}
|
|
||||||
Params:
|
|
||||||
- subchart - Boolean - Optional. Whether postgresql is used as subchart or not. Default: false
|
|
||||||
*/}}
|
|
||||||
{{- define "common.postgresql.values.enabled.replication" -}}
|
|
||||||
{{- if .subchart -}}
|
|
||||||
{{- printf "%v" .context.Values.postgresql.replication.enabled -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- printf "%v" .context.Values.replication.enabled -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Auxiliary function to get the right value for the key replication.password.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.postgresql.values.key.replicationPassword" (dict "subchart" "true" "context" $) }}
|
|
||||||
Params:
|
|
||||||
- subchart - Boolean - Optional. Whether postgresql is used as subchart or not. Default: false
|
|
||||||
*/}}
|
|
||||||
{{- define "common.postgresql.values.key.replicationPassword" -}}
|
|
||||||
{{- if .subchart -}}
|
|
||||||
postgresql.replication.password
|
|
||||||
{{- else -}}
|
|
||||||
replication.password
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,48 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Copyright Broadcom, Inc. All Rights Reserved.
|
|
||||||
SPDX-License-Identifier: APACHE-2.0
|
|
||||||
*/}}
|
|
||||||
|
|
||||||
|
|
||||||
{{/* vim: set filetype=mustache: */}}
|
|
||||||
{{/*
|
|
||||||
Auxiliary function to get the right value for enabled redis.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.redis.values.enabled" (dict "context" $) }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.redis.values.enabled" -}}
|
|
||||||
{{- if .subchart -}}
|
|
||||||
{{- printf "%v" .context.Values.redis.enabled -}}
|
|
||||||
{{- else -}}
|
|
||||||
{{- printf "%v" (not .context.Values.enabled) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Auxiliary function to get the right prefix path for the values
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.redis.values.key.prefix" (dict "subchart" "true" "context" $) }}
|
|
||||||
Params:
|
|
||||||
- subchart - Boolean - Optional. Whether redis is used as subchart or not. Default: false
|
|
||||||
*/}}
|
|
||||||
{{- define "common.redis.values.keys.prefix" -}}
|
|
||||||
{{- if .subchart -}}redis.{{- else -}}{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Checks whether the redis chart's includes the standarizations (version >= 14)
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.redis.values.standarized.version" (dict "context" $) }}
|
|
||||||
*/}}
|
|
||||||
{{- define "common.redis.values.standarized.version" -}}
|
|
||||||
|
|
||||||
{{- $standarizedAuth := printf "%s%s" (include "common.redis.values.keys.prefix" .) "auth" -}}
|
|
||||||
{{- $standarizedAuthValues := include "common.utils.getValueFromKey" (dict "key" $standarizedAuth "context" .context) }}
|
|
||||||
|
|
||||||
{{- if $standarizedAuthValues -}}
|
|
||||||
{{- true -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
@ -1,51 +0,0 @@
|
|||||||
{{/*
|
|
||||||
Copyright Broadcom, Inc. All Rights Reserved.
|
|
||||||
SPDX-License-Identifier: APACHE-2.0
|
|
||||||
*/}}
|
|
||||||
|
|
||||||
{{/* vim: set filetype=mustache: */}}
|
|
||||||
{{/*
|
|
||||||
Validate values must not be empty.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{- $validateValueConf00 := (dict "valueKey" "path.to.value" "secret" "secretName" "field" "password-00") -}}
|
|
||||||
{{- $validateValueConf01 := (dict "valueKey" "path.to.value" "secret" "secretName" "field" "password-01") -}}
|
|
||||||
{{ include "common.validations.values.empty" (dict "required" (list $validateValueConf00 $validateValueConf01) "context" $) }}
|
|
||||||
|
|
||||||
Validate value params:
|
|
||||||
- valueKey - String - Required. The path to the validating value in the values.yaml, e.g: "mysql.password"
|
|
||||||
- secret - String - Optional. Name of the secret where the validating value is generated/stored, e.g: "mysql-passwords-secret"
|
|
||||||
- field - String - Optional. Name of the field in the secret data, e.g: "mysql-password"
|
|
||||||
*/}}
|
|
||||||
{{- define "common.validations.values.multiple.empty" -}}
|
|
||||||
{{- range .required -}}
|
|
||||||
{{- include "common.validations.values.single.empty" (dict "valueKey" .valueKey "secret" .secret "field" .field "context" $.context) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
{{/*
|
|
||||||
Validate a value must not be empty.
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
{{ include "common.validations.value.empty" (dict "valueKey" "mariadb.password" "secret" "secretName" "field" "my-password" "subchart" "subchart" "context" $) }}
|
|
||||||
|
|
||||||
Validate value params:
|
|
||||||
- valueKey - String - Required. The path to the validating value in the values.yaml, e.g: "mysql.password"
|
|
||||||
- secret - String - Optional. Name of the secret where the validating value is generated/stored, e.g: "mysql-passwords-secret"
|
|
||||||
- field - String - Optional. Name of the field in the secret data, e.g: "mysql-password"
|
|
||||||
- subchart - String - Optional - Name of the subchart that the validated password is part of.
|
|
||||||
*/}}
|
|
||||||
{{- define "common.validations.values.single.empty" -}}
|
|
||||||
{{- $value := include "common.utils.getValueFromKey" (dict "key" .valueKey "context" .context) }}
|
|
||||||
{{- $subchart := ternary "" (printf "%s." .subchart) (empty .subchart) }}
|
|
||||||
|
|
||||||
{{- if not $value -}}
|
|
||||||
{{- $varname := "my-value" -}}
|
|
||||||
{{- $getCurrentValue := "" -}}
|
|
||||||
{{- if and .secret .field -}}
|
|
||||||
{{- $varname = include "common.utils.fieldToEnvVar" . -}}
|
|
||||||
{{- $getCurrentValue = printf " To get the current value:\n\n %s\n" (include "common.utils.secret.getvalue" .) -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- printf "\n '%s' must not be empty, please add '--set %s%s=$%s' to the command.%s" .valueKey $subchart .valueKey $varname $getCurrentValue -}}
|
|
||||||
{{- end -}}
|
|
||||||
{{- end -}}
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user