You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Copyright (c) 2022 Oracle and/or its affiliates. All rights reserved.
2
+
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
3
+
#
4
+
5
+
# Cert Manager variables
6
+
variable"chart_namespace" {
7
+
default="cert-manager"
8
+
}
9
+
variable"chart_repository" {
10
+
default="https://charts.jetstack.io"
11
+
}
12
+
variable"chart_version" {
13
+
default="1.9.1"
14
+
}
15
+
variable"ingress_email_issuer" {
16
+
default="no-reply@example.cloud"
17
+
description="You must replace this email address with your own. The certificate provider will use this to contact you about expiring certificates, and issues related to your account."
0 commit comments