Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevhen Ivantsov committed Apr 22, 2024
1 parent 364db4c commit 10213d5
Showing 1 changed file with 0 additions and 209 deletions.
209 changes: 0 additions & 209 deletions src/test/resources/expected_helm_output/confluence/output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,233 +262,24 @@ data:
scrapeIntervalSeconds: 30
nodeSelector: {}
opensearch:
antiAffinity: soft
antiAffinityTopologyKey: kubernetes.io/hostname
clusterName: opensearch-cluster
config:
opensearch.yml: |
cluster.name: opensearch-cluster
# Bind to all interfaces because we don't know what IP address Docker will assign to us.
network.host: 0.0.0.0
# Setting network.host to a non-loopback address enables the annoying bootstrap checks. "Single-node" mode disables them again.
# Implicitly done if ".singleNode" is set to "true".
# discovery.type: single-node
# Start OpenSearch Security Demo Configuration
# WARNING: revise all the lines below before you go into production
plugins:
security:
ssl:
transport:
pemcert_filepath: esnode.pem
pemkey_filepath: esnode-key.pem
pemtrustedcas_filepath: root-ca.pem
enforce_hostname_verification: false
http:
enabled: true
pemcert_filepath: esnode.pem
pemkey_filepath: esnode-key.pem
pemtrustedcas_filepath: root-ca.pem
allow_unsafe_democertificates: true
allow_default_init_securityindex: true
authcz:
admin_dn:
- CN=kirk,OU=client,O=client,L=test,C=de
audit.type: internal_opensearch
enable_snapshot_restore_privilege: true
check_snapshot_restore_write_privileges: true
restapi:
roles_enabled: ["all_access", "security_rest_api_access"]
system_indices:
enabled: true
indices:
[
".opendistro-alerting-config",
".opendistro-alerting-alert*",
".opendistro-anomaly-results*",
".opendistro-anomaly-detector*",
".opendistro-anomaly-checkpoints",
".opendistro-anomaly-detection-state",
".opendistro-reports-*",
".opendistro-notifications-*",
".opendistro-notebooks",
".opendistro-asynchronous-search-response*",
]
######## End OpenSearch Security Demo Configuration ########
credentials:
createSecret: true
existingSecretRef:
name: null
customAntiAffinity: {}
enableServiceLinks: true
enabled: false
envFrom:
- secretRef:
name: opensearch-initial-password
extraContainers: []
extraEnvs:
- name: plugins.security.ssl.http.enabled
value: "false"
extraInitContainers: []
extraObjects: []
extraVolumeMounts: []
extraVolumes: []
fsGroup: ""
fullnameOverride: ""
global:
dockerRegistry: ""
hostAliases: []
httpHostPort: ""
httpPort: 9200
image:
pullPolicy: IfNotPresent
repository: opensearchproject/opensearch
tag: ""
imagePullSecrets: []
ingress:
annotations: {}
enabled: false
hosts:
- chart-example.local
ingressLabels: {}
path: /
tls: []
initResources: {}
keystore: []
labels: {}
lifecycle: {}
livenessProbe: {}
majorVersion: ""
masterService: opensearch-cluster-master
masterTerminationFix: false
maxUnavailable: 1
metricsPort: 9600
nameOverride: ""
networkHost: 0.0.0.0
networkPolicy:
create: false
http:
enabled: false
nodeAffinity: {}
nodeGroup: master
nodeSelector: {}
openSearchAnnotations: {}
opensearchHome: /usr/share/opensearch
opensearchJavaOpts: -Xmx512M -Xms512M
opensearchLifecycle: {}
persistence:
accessModes:
- ReadWriteOnce
annotations: {}
enableInitChown: true
enabled: true
labels:
enabled: false
size: 10Gi
plugins:
enabled: false
installList: []
podAffinity: {}
podAnnotations: {}
podManagementPolicy: Parallel
podSecurityContext:
fsGroup: 1000
runAsUser: 1000
podSecurityPolicy:
create: false
name: ""
spec:
fsGroup:
rule: RunAsAny
privileged: true
runAsUser:
rule: RunAsAny
seLinux:
rule: RunAsAny
supplementalGroups:
rule: RunAsAny
volumes:
- secret
- configMap
- persistentVolumeClaim
- emptyDir
priorityClassName: ""
protocol: https
rbac:
automountServiceAccountToken: false
create: false
serviceAccountAnnotations: {}
serviceAccountName: ""
readinessProbe:
failureThreshold: 3
periodSeconds: 5
tcpSocket:
port: 9200
timeoutSeconds: 3
replicas: 3
resources:
requests:
cpu: 1
memory: 1Gi
roles:
- master
- ingest
- data
- remote_cluster_client
schedulerName: ""
secretMounts: []
securityConfig:
actionGroupsSecret: null
config:
data: {}
dataComplete: true
securityConfigSecret: ""
configSecret: null
enabled: true
internalUsersSecret: null
path: /usr/share/opensearch/config/opensearch-security
rolesMappingSecret: null
rolesSecret: null
tenantsSecret: null
securityContext:
capabilities:
drop:
- ALL
runAsNonRoot: true
runAsUser: 1000
service:
annotations: {}
externalTrafficPolicy: ""
headless:
annotations: {}
httpPortName: http
labels: {}
labelsHeadless: {}
loadBalancerIP: ""
loadBalancerSourceRanges: []
metricsPortName: metrics
nodePort: ""
transportPortName: transport
type: ClusterIP
sidecarResources: {}
singleNode: true
startupProbe:
failureThreshold: 30
initialDelaySeconds: 5
periodSeconds: 10
tcpSocket:
port: 9200
timeoutSeconds: 3
sysctl:
enabled: false
sysctlInit:
enabled: false
sysctlVmMaxMapCount: 262144
terminationGracePeriod: 120
tolerations: []
topologySpreadConstraints: []
transportHostPort: ""
transportPort: 9300
updateStrategy: RollingUpdate
openshift:
runWithRestrictedSCC: false
ordinals:
Expand Down

0 comments on commit 10213d5

Please sign in to comment.