This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### POSSIBLE FIX with ZEROSSL – execute as opentlc-mgr | |
| oc new-project z-ngx | |
| oc new-app --docker-image=quay.io/shifti/openshift-nginx-adc:latest --name=ngx -n z-ngx | |
| oc expose service/ngx | |
| ## Backup existing routes | |
| oc get route keycloak -n sso -o yaml | kubectl neat > route-keycloak-orig.yaml | |
| oc get route keycloak-metrics-rewrite -n sso -o yaml | kubectl neat > route-keycloak-met-orig.yaml | |
| oc get route ngx -n z-ngx -o yaml | kubectl neat > route-ngx-orig.yaml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js"></script> | |
| <link rel="stylesheet" href="https://raw.githack.com/liveaverage/jquery-modal/master/jquery.modal.css" /> | |
| <div id="tnc" class="modal" style="display: none;" > | |
| <p>Sign your life away</p> | |
| <div><a href="#" class="btn float-right" onclick="acceptTerms()" rel="modal:close">Accept</a></div> | |
| <div><a href="#" class="btn btn-neutral float-left">Decline</a></div> | |
| </div> | |
| <script type="text/javascript" charset="utf-8"> | |
| $(document).ready(function() { | |
| if(localStorage.getItem('tcstate') != 'shown'){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: integreatly.org/v1alpha1 | |
| kind: GrafanaDataSource | |
| metadata: | |
| name: nv-ds | |
| namespace: nvidia-gpu-operator | |
| spec: | |
| datasources: | |
| - basicAuthUser: nvadmin | |
| access: proxy | |
| editable: true |
OlderNewer