Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: vault #45

Merged
merged 28 commits into from
Nov 16, 2023
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
20374ac
CMAN poc.
mishraomp Oct 13, 2023
5b3d7bf
Merge branch 'main' into test/cman
mishraomp Oct 13, 2023
b0bb8f2
use jvm at this point.
mishraomp Oct 13, 2023
bc563dc
use jvm at this point.
mishraomp Oct 13, 2023
195b15b
use jvm at this point.
mishraomp Oct 13, 2023
771d889
use jvm at this point.
mishraomp Oct 13, 2023
3077fff
use jvm at this point.
mishraomp Oct 13, 2023
8c0c58a
use jvm at this point.
mishraomp Oct 13, 2023
b319119
use jvm at this point.
mishraomp Oct 13, 2023
22e44ec
native mode.
mishraomp Oct 13, 2023
aa9a0c3
native mode.
mishraomp Oct 13, 2023
15e90cb
Add access logging.
mishraomp Oct 13, 2023
3f545f5
CMAN related changes.
mishraomp Nov 14, 2023
bf8afb3
try reading from vault.
mishraomp Nov 16, 2023
27fb4cf
revert back on certs.
mishraomp Nov 16, 2023
8b6b03d
update to java 21.
mishraomp Nov 16, 2023
bfec3fa
update to java 21.
mishraomp Nov 16, 2023
d0a82a1
Merge branch 'main' into feat/vault
mishraomp Nov 16, 2023
7058cda
fix path of vault.
mishraomp Nov 16, 2023
6417139
Merge remote-tracking branch 'origin/feat/vault' into feat/vault
mishraomp Nov 16, 2023
ac567cd
fix path of vault.
mishraomp Nov 16, 2023
3a9dd01
fix network policy name for HELM ownership.
mishraomp Nov 16, 2023
8453810
fix helm component name
mishraomp Nov 16, 2023
de16bcd
add compatibility
mishraomp Nov 16, 2023
fca0e46
updating the version.
mishraomp Nov 16, 2023
238028a
port
mishraomp Nov 16, 2023
ada6d70
disable access logs by default
mishraomp Nov 16, 2023
56429c6
update versions.
mishraomp Nov 16, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix helm component name
mishraomp committed Nov 16, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 8453810a0d4bf433286044ffe680e49b31917d44
2 changes: 1 addition & 1 deletion charts/nr-oracle-service/templates/_helpers.tpl
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
Expand the name of the chart.
*/}}
{{- define "component.name" -}}
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }}
{{- default .Release.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }}
{{- end }}

{{/*